diff --git a/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx b/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx index 0969e186038..c57e0724ff6 100644 --- a/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx +++ b/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx @@ -294,7 +294,7 @@ export default function ButtonPressAnimation({ wrapperStyle, hapticType = 'selection', enableHapticFeedback = true, - disallowInterruption = true, + disallowInterruption = false, }: Props) { const normalizedTransformOrigin = useMemo( () => normalizeTransformOrigin(transformOrigin),