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