mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
There is no more menu in this Fragment
This commit is contained in:
parent
67f1fe69fa
commit
e6d5d0f9c6
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ class RoomMemberListFragment @Inject constructor(
|
|||
setupSearchView()
|
||||
setupInviteUsersButton()
|
||||
recyclerView.configureWith(roomMemberListController, hasFixedSize = true)
|
||||
viewModel.selectSubscribe(this, RoomMemberListViewState::actionsPermissions) {
|
||||
invalidateOptionsMenu()
|
||||
}
|
||||
}
|
||||
|
||||
private fun setupInviteUsersButton() {
|
||||
|
|
Loading…
Add table
Reference in a new issue