Add test for RoomListEvents.DismissRecoveryKeyPrompt.
Also get the encryptionService from the matrixClient, instead of injecting it separately.
This commit is contained in:
parent
3cbbde7c3e
commit
f372fd27cf
4 changed files with 43 additions and 10 deletions
|
|
@ -101,7 +101,6 @@ class RoomListScreen(
|
|||
notificationSettingsService = matrixClient.notificationSettingsService(),
|
||||
appScope = Singleton.appScope
|
||||
),
|
||||
encryptionService = encryptionService,
|
||||
indicatorService = DefaultIndicatorService(
|
||||
sessionVerificationService = sessionVerificationService,
|
||||
encryptionService = encryptionService,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue