mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 08:22:23 +00:00
[android] Fix svg root hit testing when no touch handlers are set.
This commit is contained in:
@@ -269,7 +269,7 @@ public class SvgViewShadowNode extends LayoutShadowNode {
|
||||
|
||||
int hitTest(Point point) {
|
||||
if (!mResponsible || !mInvertible) {
|
||||
return -1;
|
||||
return getReactTag();
|
||||
}
|
||||
|
||||
float[] transformed = { point.x, point.y };
|
||||
|
||||
Reference in New Issue
Block a user