mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-05 18:52:41 +02:00
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
This commit is contained in:
@@ -1309,6 +1309,7 @@ private fun BoostTypeChoicePopup(
|
|||||||
alignment = Alignment.BottomCenter,
|
alignment = Alignment.BottomCenter,
|
||||||
offset = IntOffset(0, iconSizePx),
|
offset = IntOffset(0, iconSizePx),
|
||||||
onDismissRequest = { visibilityState.targetState = false },
|
onDismissRequest = { visibilityState.targetState = false },
|
||||||
|
properties = PopupProperties(focusable = true),
|
||||||
) {
|
) {
|
||||||
AnimatedVisibility(
|
AnimatedVisibility(
|
||||||
visibleState = visibilityState,
|
visibleState = visibilityState,
|
||||||
|
Reference in New Issue
Block a user