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,
|
dividerColor = dividerColor,
|
||||||
divider = false,
|
divider = false,
|
||||||
destructive = true,
|
destructive = true,
|
||||||
|
icon = R.drawable.ic_room_actions_leave,
|
||||||
editable = false,
|
editable = false,
|
||||||
action = { callback?.onLeaveRoomClicked() }
|
action = { callback?.onLeaveRoomClicked() }
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user