You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandler.kt
Copy file name to clipboardExpand all lines: packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/core/GestureHandlerOrchestrator.kt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -251,9 +251,7 @@ class GestureHandlerOrchestrator(
251
251
preparedHandlers.sortWith(handlersComparator)
252
252
253
253
for (handler in preparedHandlers) {
254
-
if (handler.shouldHandleTouchEvent(event)) {
255
-
deliverEventToGestureHandler(handler, event)
256
-
}
254
+
deliverEventToGestureHandler(handler, event)
257
255
}
258
256
}
259
257
@@ -276,7 +274,8 @@ class GestureHandlerOrchestrator(
0 commit comments