mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 23:12:32 +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(
|
Column(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.padding(bottom = if (shouldShow.value) it.calculateBottomPadding() else 0.dp)
|
.padding(bottom = it.calculateBottomPadding())
|
||||||
) {
|
) {
|
||||||
AppNavigation(
|
AppNavigation(
|
||||||
homeFeedViewModel = homeFeedViewModel,
|
homeFeedViewModel = homeFeedViewModel,
|
||||||
|
Reference in New Issue
Block a user