Add missing leave icon in room profile
This commit is contained in:
parent
92e021a3d7
commit
a2334c3fb0
|
@ -137,6 +137,7 @@ class RoomProfileController @Inject constructor(
|
|||
dividerColor = dividerColor,
|
||||
divider = false,
|
||||
destructive = true,
|
||||
icon = R.drawable.ic_room_actions_leave,
|
||||
editable = false,
|
||||
action = { callback?.onLeaveRoomClicked() }
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue