diff --git a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt index ca5740e646..ae2d7fb6a5 100644 --- a/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt +++ b/features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt @@ -239,9 +239,11 @@ private fun HomeScaffold( } }, ) + } else { + HomeFloatingActionButton(onStartChatClick, CommonStrings.action_create_room) } }, - floatingActionButtonPosition = FabPosition.Center, + floatingActionButtonPosition = if (state.showNavigationBar) FabPosition.Center else FabPosition.End, content = { padding -> val contentPadding = PaddingValues( bottom = 112.dp,