mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +00:00
[android] Limit early exit shortcut to RenderableView
This commit is contained in:
@@ -93,7 +93,7 @@ abstract public class VirtualView extends ReactViewGroup {
|
||||
|
||||
@Override
|
||||
public void invalidate() {
|
||||
if (mPath == null) {
|
||||
if (this instanceof RenderableView && mPath == null) {
|
||||
return;
|
||||
}
|
||||
clearCache();
|
||||
|
||||
Reference in New Issue
Block a user