Introduce SecurityBannerState to replace Boolean set.

Also get the sessionVerificationService from the matrixClient, instead of injecting it separately.
This commit is contained in:
Benoit Marty 2024-02-20 10:23:48 +01:00 committed by Benoit Marty
parent 7ec876bc8a
commit 4bc977d8dc
6 changed files with 55 additions and 59 deletions

View file

@ -90,7 +90,6 @@ class RoomListScreen(
)
private val presenter = RoomListPresenter(
client = matrixClient,
sessionVerificationService = sessionVerificationService,
networkMonitor = NetworkMonitorImpl(context, Singleton.appScope),
snackbarDispatcher = SnackbarDispatcher(),
inviteStateDataSource = DefaultInviteStateDataSource(matrixClient, DefaultSeenInvitesStore(context), coroutineDispatchers),