Skip to content

Commit

Permalink
Merge pull request #1144 from geovnn/main
Browse files Browse the repository at this point in the history
Prevent clicks outside boost popup
  • Loading branch information
vitorpamplona authored Oct 16, 2024
2 parents c5dd2c5 + 6826db1 commit ecfc8bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ecfc8bc

Please sign in to comment.