mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-09 12:30:41 +02:00
Removes the flickering on chat screens when the bottom bar disappears.
This commit is contained in:
parent
6638ae1d7b
commit
27f37fc158
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user