Skip to content

Commit 43fade1

Browse files
committed
Fix comment quality
1 parent be82c6e commit 43fade1

File tree

1 file changed

+3
-2
lines changed
  • features/home/impl/src/main/kotlin/io/element/android/features/home/impl

1 file changed

+3
-2
lines changed

features/home/impl/src/main/kotlin/io/element/android/features/home/impl/HomeView.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,9 @@ private fun HomeScaffold(
242242
// and include provided bottom padding
243243
// Disable contentPadding due to navigation issue using the keyboard
244244
// See https://issuetracker.google.com/issues/436432313
245-
bottom = 80.dp, // + padding.calculateBottomPadding(),
246-
//top = padding.calculateTopPadding()
245+
bottom = 80.dp,
246+
// bottom = 80.dp + padding.calculateBottomPadding(),
247+
// top = padding.calculateTopPadding()
247248
),
248249
modifier = Modifier
249250
.padding(

0 commit comments

Comments
 (0)