mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-07 00:42:31 +00:00
Add nested G on touchEvents Example
This commit is contained in:
@@ -94,7 +94,7 @@ public class RNSVGGroupShadowNode extends RNSVGPathShadowNode {
|
||||
View childView = ((ViewGroup) view).getChildAt(i);
|
||||
viewTag = node.hitTest(point, childView, combinedMatrix);
|
||||
if (viewTag != -1) {
|
||||
return (node.isResponsible() || (viewTag != childView.getId())) ? viewTag : view.getId();
|
||||
return (node.isResponsible() || viewTag != childView.getId()) ? viewTag : view.getId();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user