feat(join by alias) : use correct room icon
This commit is contained in:
@@ -175,7 +175,7 @@ private fun CreateRoomActionButtonsList(
|
||||
}
|
||||
item {
|
||||
CreateRoomActionButton(
|
||||
iconRes = CompoundDrawables.ic_compound_mention,
|
||||
iconRes = CompoundDrawables.ic_compound_room,
|
||||
text = "Join room by address",
|
||||
onClick = onJoinByAddressClick,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user