diff --git a/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx b/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx index c57e0724ff6..0969e186038 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 = false, + disallowInterruption = true, }: Props) { const normalizedTransformOrigin = useMemo( () => normalizeTransformOrigin(transformOrigin),