Skip to content

Commit

Permalink
@matthew/revert disallow interruption (#5152)
Browse files Browse the repository at this point in the history
* writing package to hide navigation / status bar for Android 21+ devices

* change system navigation behavior on Android and consume themes

* revert: disallow interruption (messes with context menus on Android)

* revert system nav carry over

* rev

* rev mainapplication.java

* smh
  • Loading branch information
walmat authored and ibrahimtaveras00 committed Oct 24, 2023
1 parent 8f7bd96 commit 8681f36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default function ButtonPressAnimation({
wrapperStyle,
hapticType = 'selection',
enableHapticFeedback = true,
disallowInterruption = true,
disallowInterruption = false,
}: Props) {
const normalizedTransformOrigin = useMemo(
() => normalizeTransformOrigin(transformOrigin),
Expand Down

0 comments on commit 8681f36

Please sign in to comment.