From 43fade19c675f94145b3484fc248c784e1bf0b6a Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 5 Aug 2025 21:10:26 +0200 Subject: [PATCH] Fix comment quality --- .../kotlin/io/element/android/features/home/impl/HomeView.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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(