mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 04:32:57 +00:00
Update RNSVGDefsShadowNode.java
Make it more clear that we're traversing with the same `NodeRunnable`
This commit is contained in:
@@ -28,7 +28,7 @@ public class RNSVGDefsShadowNode extends RNSVGDefinitionShadowNode {
|
||||
traverseChildren(new NodeRunnable() {
|
||||
public boolean run(RNSVGVirtualNode node) {
|
||||
node.markUpdateSeen();
|
||||
node.traverseChildren(this);
|
||||
node.traverseChildren(NodeRunnable.this);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user