mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Small cleanup
This commit is contained in:
parent
03fee2a131
commit
f791ddb7bb
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ class InviteUsersToRoomActivity : SimpleFragmentActivity() {
|
|||
is UserListSharedAction.OnMenuItemSelected -> onMenuItemSelected(sharedAction)
|
||||
UserListSharedAction.OpenPhoneBook -> openPhoneBook()
|
||||
// not exhaustive because it's a sharedAction
|
||||
else -> {
|
||||
}
|
||||
else -> Unit
|
||||
}
|
||||
}
|
||||
.launchIn(lifecycleScope)
|
||||
|
|
Loading…
Reference in a new issue