Add test for RoomListEvents.DismissRecoveryKeyPrompt.

Also get the encryptionService from the matrixClient, instead of injecting it separately.
This commit is contained in:
Benoit Marty
2024-02-19 12:26:41 +01:00
committed by Benoit Marty
parent b48aa45d51
commit bedf3b9e3e
4 changed files with 43 additions and 10 deletions

View File

@@ -101,7 +101,6 @@ class RoomListScreen(
notificationSettingsService = matrixClient.notificationSettingsService(),
appScope = Singleton.appScope
),
encryptionService = encryptionService,
indicatorService = DefaultIndicatorService(
sessionVerificationService = sessionVerificationService,
encryptionService = encryptionService,