Fix test compilation

This commit is contained in:
David Langley 2023-09-14 19:28:56 +01:00
parent dec32ac10c
commit 7a7cc2692e
3 changed files with 9 additions and 1 deletions

View file

@ -78,6 +78,8 @@ class RoomListScreen(
stateContentFormatter = StateContentFormatter(stringProvider),
),
coroutineDispatchers = coroutineDispatchers,
notificationSettingsService = matrixClient.notificationSettingsService(),
appScope = Singleton.appScope
)
)