mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-29 08:15:52 +00:00
remove android check
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ actual fun UserPickerScaffold(pickerState: MutableStateFlow<AnimatedViewState>,
|
||||
}
|
||||
}
|
||||
|
||||
Box(if (appPlatform.isAndroid) Modifier.drawBehind { drawRect(animatedColor.value) } else Modifier) {
|
||||
Box(Modifier.drawBehind { drawRect(animatedColor.value) }) {
|
||||
AnimatedVisibility(
|
||||
visible = pickerState.run { value.isVisible() },
|
||||
enter = if (appPlatform.isAndroid) {
|
||||
|
||||
Reference in New Issue
Block a user