mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
fix rebase
This commit is contained in:
parent
86e5a45621
commit
4254db5cc0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue