Skip to content

Commit eea92b9

Browse files
committed
Create room: close icon should be on the left
This is a navigation icon, which goes on the LHS of the top bar.
1 parent 31ed77e commit eea92b9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

features/createroom/impl/src/main/kotlin/io/element/android/features/createroom/impl/root/CreateRoomRootView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ fun CreateRoomRootViewTopBar(
142142
fontWeight = FontWeight.SemiBold,
143143
)
144144
},
145-
actions = {
145+
navigationIcon = {
146146
IconButton(onClick = onClosePressed) {
147147
Icon(
148148
imageVector = Icons.Default.Close,

0 commit comments

Comments
 (0)