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 cf1bede289..525eaf88fd 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 @@ -242,8 +242,9 @@ private fun HomeScaffold( // and include provided bottom padding // Disable contentPadding due to navigation issue using the keyboard // See https://issuetracker.google.com/issues/436432313 - bottom = 80.dp, // + padding.calculateBottomPadding(), - //top = padding.calculateTopPadding() + bottom = 80.dp, + // bottom = 80.dp + padding.calculateBottomPadding(), + // top = padding.calculateTopPadding() ), modifier = Modifier .padding(