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