Await room: first attempt to wait for a room to be ready
This commit is contained in:
parent
c05c414099
commit
d59f59e9f6
12 changed files with 186 additions and 44 deletions
|
|
@ -172,7 +172,7 @@ class RoomListPresenter @Inject constructor(
|
|||
// Safe to give bigger size than room list
|
||||
val extendedRangeEnd = range.last + midExtendedRangeSize
|
||||
val extendedRange = IntRange(extendedRangeStart, extendedRangeEnd)
|
||||
client.roomSummaryDataSource.updateRoomListVisibleRange(extendedRange)
|
||||
client.roomSummaryDataSource.updateAllRoomsVisibleRange(extendedRange)
|
||||
}
|
||||
|
||||
private suspend fun mapRoomSummaries(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue