mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
room leaving prompt dialog now waits user to confirm leaving before do so (#7124)
This commit is contained in:
parent
7982f4be00
commit
7631c7ac9f
2 changed files with 1 additions and 1 deletions
1
changelog.d/7122.bugfix
Normal file
1
changelog.d/7122.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
[App Layout] Room leaving prompt dialog now waits user to confirm leaving before do so
|
|
@ -123,7 +123,6 @@ class HomeRoomListFragment :
|
|||
roomListViewModel.handle(HomeRoomListAction.ToggleTag(quickAction.roomId, RoomTag.ROOM_TAG_LOW_PRIORITY))
|
||||
}
|
||||
is RoomListQuickActionsSharedAction.Leave -> {
|
||||
roomListViewModel.handle(HomeRoomListAction.LeaveRoom(quickAction.roomId))
|
||||
promptLeaveRoom(quickAction.roomId)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue