Skip to content

Commit 2cdb233

Browse files
fabriziocuccifacebook-github-bot
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager:uimanagerAndroid
Summary: As per title. _____ Changelog: [Internal] Differential Revision: D100505694
1 parent c29ef97 commit 2cdb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)