Room directory : add tests and cleanup
This commit is contained in:
parent
33c3dc07aa
commit
35b12f265f
27 changed files with 573 additions and 77 deletions
|
|
@ -118,7 +118,8 @@ class RoomListScreen(
|
|||
roomListService = matrixClient.roomListService,
|
||||
roomSummaryFactory = roomListRoomSummaryFactory,
|
||||
coroutineDispatchers = coroutineDispatchers,
|
||||
)
|
||||
),
|
||||
featureFlagService = featureFlagService,
|
||||
),
|
||||
sessionPreferencesStore = DefaultSessionPreferencesStore(
|
||||
context = context,
|
||||
|
|
@ -156,6 +157,7 @@ class RoomListScreen(
|
|||
onInvitesClicked = {},
|
||||
onRoomSettingsClicked = {},
|
||||
onMenuActionClicked = {},
|
||||
onRoomDirectorySearchClicked = {},
|
||||
modifier = modifier,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue