fix rebase

This commit is contained in:
Valere 2020-06-25 13:36:25 +02:00 committed by Benoit Marty
parent 86e5a45621
commit 4254db5cc0
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ class RoomDetailFragment @Inject constructor(
is RoomDetailViewEvents.OpenStickerPicker -> openStickerPicker(it)
is RoomDetailViewEvents.DisplayEnableIntegrationsWarning -> displayDisabledIntegrationDialog()
is RoomDetailViewEvents.OpenIntegrationManager -> openIntegrationManager()
is RoomDetailViewEvents.OpenFile -> startOpenFileIntent(it)
}.exhaustive
}
}