Skip to content

Commit 2e508b9

Browse files
fabriziocuccimeta-codesync[bot]
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager:uimanagerAndroid (#56421)
Summary: Pull Request resolved: #56421 As per title. _____ Changelog: [Internal] Reviewed By: javache Differential Revision: D100505694 fbshipit-source-id: 6991b1513b3cfb361731246030e936131e388e6d
1 parent c29ef97 commit 2e508b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/TouchTargetHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public object TouchTargetHelper {
8686
// Store eventCoords in array so that they are modified to be relative to the targetView found.
8787
viewCoords[0] = eventX
8888
viewCoords[1] = eventY
89-
val nativeTargetView = findTouchTargetViewWithPointerEvents(viewCoords, viewGroup, null)
89+
val nativeTargetView = findTouchTargetViewWithPointerEvents(viewCoords, viewGroup)
9090
if (nativeTargetView != null) {
9191
val reactTargetView = findClosestReactAncestor(nativeTargetView)
9292
if (reactTargetView != null) {

0 commit comments

Comments
 (0)