[android] Fix svg root hit testing when no touch handlers are set.

This commit is contained in:
Mikael Sand
2018-10-11 01:30:47 +03:00
parent 70bde1495b
commit b568a633ed
@@ -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 };