mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 22:56:24 +02:00
Removes the flickering on chat screens when the bottom bar disappears.
This commit is contained in:
@@ -292,7 +292,7 @@ fun MainScreen(
|
||||
) {
|
||||
Column(
|
||||
modifier = Modifier
|
||||
.padding(bottom = if (shouldShow.value) it.calculateBottomPadding() else 0.dp)
|
||||
.padding(bottom = it.calculateBottomPadding())
|
||||
) {
|
||||
AppNavigation(
|
||||
homeFeedViewModel = homeFeedViewModel,
|
||||
|
Reference in New Issue
Block a user