mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-18 08:20:38 +08:00
More tests for FabricUIManagerModule
Reviewed By: mdvacca Differential Revision: D7045459 fbshipit-source-id: f96758cf04b41836f73b29e62d43a122d955c67a
This commit is contained in:
committed by
Facebook Github Bot
parent
edb6ca72fd
commit
cf0193f9e0
@@ -491,7 +491,9 @@ public class ReactShadowNodeImpl implements ReactShadowNode<ReactShadowNodeImpl>
|
||||
@Override
|
||||
public final void removeAllChildren() {
|
||||
removeAllNativeChildren();
|
||||
mChildren.clear();
|
||||
if (mChildren != null) {
|
||||
mChildren.clear();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user