mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 08:22:23 +00:00
remove unnecessary this
This commit is contained in:
@@ -246,7 +246,7 @@ public abstract class RNSVGVirtualNode extends LayoutShadowNode {
|
||||
abstract public int hitTest(Point point, @Nullable Matrix matrix);
|
||||
|
||||
public int hitTest(Point point) {
|
||||
return this.hitTest(point, null);
|
||||
return hitTest(point, null);
|
||||
}
|
||||
|
||||
public boolean isResponsible() {
|
||||
|
||||
Reference in New Issue
Block a user