fix padding for fab on conversations screen
This commit is contained in:
-1
@@ -293,7 +293,6 @@ fun ConversationsScreen(
|
|||||||
Column {
|
Column {
|
||||||
AnimatedVisibility(
|
AnimatedVisibility(
|
||||||
visible = isListScrollingUp,
|
visible = isListScrollingUp,
|
||||||
modifier = Modifier.navigationBarsPadding(),
|
|
||||||
enter = slideIn { IntOffset(0, 600) } + fadeIn(tween(200)),
|
enter = slideIn { IntOffset(0, 600) } + fadeIn(tween(200)),
|
||||||
exit = slideOut { IntOffset(0, 600) } + fadeOut(tween(200))
|
exit = slideOut { IntOffset(0, 600) } + fadeOut(tween(200))
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user