Introduce SecurityBannerState to replace Boolean set.
Also get the sessionVerificationService from the matrixClient, instead of injecting it separately.
This commit is contained in:
parent
7ec876bc8a
commit
4bc977d8dc
6 changed files with 55 additions and 59 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue