From ea8ba25c45284cb7dd37126d184ccfd60080b2ce Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Fri, 7 Jul 2023 14:45:35 +0100 Subject: [PATCH] Create room: close icon should be on the left This is a navigation icon, which goes on the LHS of the top bar. --- .../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 4f50f01e2c..3c778bd5eb 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 @@ -142,7 +142,7 @@ fun CreateRoomRootViewTopBar( fontWeight = FontWeight.SemiBold, ) }, - actions = { + navigationIcon = { IconButton(onClick = onClosePressed) { Icon( imageVector = Icons.Default.Close,