rename parameter to match parent name.
This commit is contained in:
parent
88ef944154
commit
a759e08d18
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ fun RoomListService.stateFlow(): Flow<RoomListServiceState> =
|
||||||
fun RoomListService.syncIndicator(): Flow<RoomListServiceSyncIndicator> =
|
fun RoomListService.syncIndicator(): Flow<RoomListServiceSyncIndicator> =
|
||||||
mxCallbackFlow {
|
mxCallbackFlow {
|
||||||
val listener = object : RoomListServiceSyncIndicatorListener {
|
val listener = object : RoomListServiceSyncIndicatorListener {
|
||||||
override fun onUpdate(indicator: RoomListServiceSyncIndicator) {
|
override fun onUpdate(syncIndicator: RoomListServiceSyncIndicator) {
|
||||||
trySendBlocking(indicator)
|
trySendBlocking(syncIndicator)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tryOrNull {
|
tryOrNull {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue