From cd0190fa2ae328fbfaa88805eecc97ab21368cf1 Mon Sep 17 00:00:00 2001 From: ganfra Date: Mon, 24 Feb 2025 21:02:51 +0100 Subject: [PATCH] feat(join by alias) : use correct room icon --- .../android/features/createroom/impl/root/CreateRoomRootView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt index c24010942e..31bd41a083 100644 --- a/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt +++ b/features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt @@ -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, )