mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-07 21:35:50 +00:00
better switch of opacity bg
This commit is contained in:
@@ -386,7 +386,7 @@ fun UserPicker(
|
||||
}
|
||||
|
||||
Box(
|
||||
modifier = if (appPlatform.isAndroid) Modifier.background(color = Color.Gray.copy(alpha = 0.6f)) else Modifier) {
|
||||
modifier = if (appPlatform.isAndroid && newChat.isVisible()) Modifier.background(color = Color.Gray.copy(alpha = 0.6f)) else Modifier) {
|
||||
AnimatedVisibility(
|
||||
visible = newChat.isVisible(),
|
||||
enter = if (appPlatform.isAndroid) slideInVertically(
|
||||
|
||||
Reference in New Issue
Block a user