feat(join by alias) : use correct room icon
This commit is contained in:
parent
cfbd67d4fd
commit
cd0190fa2a
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ private fun CreateRoomActionButtonsList(
|
||||||
}
|
}
|
||||||
item {
|
item {
|
||||||
CreateRoomActionButton(
|
CreateRoomActionButton(
|
||||||
iconRes = CompoundDrawables.ic_compound_mention,
|
iconRes = CompoundDrawables.ic_compound_room,
|
||||||
text = "Join room by address",
|
text = "Join room by address",
|
||||||
onClick = onJoinByAddressClick,
|
onClick = onJoinByAddressClick,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue