Add missing leave icon in room profile

This commit is contained in:
Benoit Marty 2020-10-01 18:38:27 +02:00
parent 92e021a3d7
commit a2334c3fb0
1 changed files with 1 additions and 0 deletions

View File

@ -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() }
)