RoomList : rework a bit the api and make usage of entriesWithDynamicAdapters
This commit is contained in:
parent
68c4f1e6bc
commit
0fb4eb005c
17 changed files with 317 additions and 213 deletions
|
|
@ -105,7 +105,7 @@ class EditDefaultNotificationSettingPresenter @AssistedInject constructor(
|
|||
}
|
||||
|
||||
private fun CoroutineScope.observeRoomSummaries(roomsWithUserDefinedMode: MutableState<List<RoomSummary.Filled>>) {
|
||||
roomListService.allRooms()
|
||||
roomListService.allRooms
|
||||
.summaries
|
||||
.onEach {
|
||||
updateRoomsWithUserDefinedMode(it, roomsWithUserDefinedMode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue