Skip to content

Commit 21c6f92

Browse files
committed
feat(join by alias) : replace Icons.Compose by Icons.Plus on home
1 parent 1a7a8a8 commit 21c6f92

File tree

1 file changed

+1
-1
lines changed
  • features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl

1 file changed

+1
-1
lines changed

features/roomlist/impl/src/main/kotlin/io/element/android/features/roomlist/impl/RoomListView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ private fun RoomListScaffold(
153153
) {
154154
Icon(
155155
// Note cannot use Icons.Outlined.EditSquare, it does not exist :/
156-
imageVector = CompoundIcons.Compose(),
156+
imageVector = CompoundIcons.Plus(),
157157
contentDescription = stringResource(id = R.string.screen_roomlist_a11y_create_message),
158158
tint = ElementTheme.colors.iconOnSolidPrimary,
159159
)

0 commit comments

Comments
 (0)