Skip to content

Commit fae0f6e

Browse files
committed
chore: revert
1 parent a357fff commit fae0f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gesturehandler/platforms/android/java/com/swmansion/gesturehandler/GestureHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private static void initPointerProps(int size) {
6565
private float mLastX, mLastY;
6666
private float mLastEventOffsetX, mLastEventOffsetY;
6767

68-
private boolean mShouldCancelWhenOutside = true;
68+
private boolean mShouldCancelWhenOutside = false;
6969
private int mNumberOfPointers = 0;
7070

7171
private GestureHandlerOrchestrator mOrchestrator;

0 commit comments

Comments
 (0)