We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be82c6e commit 43fade1Copy full SHA for 43fade1
features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt
@@ -242,8 +242,9 @@ private fun HomeScaffold(
242
// and include provided bottom padding
243
// Disable contentPadding due to navigation issue using the keyboard
244
// See https://issuetracker.google.com/issues/436432313
245
- bottom = 80.dp, // + padding.calculateBottomPadding(),
246
- //top = padding.calculateTopPadding()
+ bottom = 80.dp,
+ // bottom = 80.dp + padding.calculateBottomPadding(),
247
+ // top = padding.calculateTopPadding()
248
),
249
modifier = Modifier
250
.padding(
0 commit comments