mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 23:54:53 +00:00
[android] Fix clearing of cached glyph advance on add/remove children
#977
This commit is contained in:
@@ -1061,6 +1061,9 @@ class RenderableViewManager extends ViewGroupManager<VirtualView> {
|
||||
if (view!= null) {
|
||||
view.invalidate();
|
||||
}
|
||||
if (node instanceof TextView) {
|
||||
((TextView)node).getTextContainer().clearChildCache();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user