mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-06 16:32:24 +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);
|
abstract public int hitTest(Point point, @Nullable Matrix matrix);
|
||||||
|
|
||||||
public int hitTest(Point point) {
|
public int hitTest(Point point) {
|
||||||
return this.hitTest(point, null);
|
return hitTest(point, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isResponsible() {
|
public boolean isResponsible() {
|
||||||
|
|||||||
Reference in New Issue
Block a user