feat(join by alias) : use correct room icon
This commit is contained in:
parent
676032d0fb
commit
b42825c5a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue