mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-02 08:58:23 +02:00
Prevent clicks outside boost popup
This commit is contained in:
parent
c5dd2c5651
commit
6826db13a4
@ -1309,6 +1309,7 @@ private fun BoostTypeChoicePopup(
|
||||
alignment = Alignment.BottomCenter,
|
||||
offset = IntOffset(0, iconSizePx),
|
||||
onDismissRequest = { visibilityState.targetState = false },
|
||||
properties = PopupProperties(focusable = true),
|
||||
) {
|
||||
AnimatedVisibility(
|
||||
visibleState = visibilityState,
|
||||
|
Loading…
x
Reference in New Issue
Block a user