mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 23:55:23 +00:00
More tests for FabricUIManagerModule
Reviewed By: mdvacca Differential Revision: D7045459 fbshipit-source-id: f96758cf04b41836f73b29e62d43a122d955c67a
This commit is contained in:
parent
edb6ca72fd
commit
cf0193f9e0
@ -491,7 +491,9 @@ public class ReactShadowNodeImpl implements ReactShadowNode<ReactShadowNodeImpl>
|
|||||||
@Override
|
@Override
|
||||||
public final void removeAllChildren() {
|
public final void removeAllChildren() {
|
||||||
removeAllNativeChildren();
|
removeAllNativeChildren();
|
||||||
mChildren.clear();
|
if (mChildren != null) {
|
||||||
|
mChildren.clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user