mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Delay dropping root views until the drop views step of StateBuilder.
Summary: @public Make UIOperation public so that custom implementations can expose instances of it. Reviewed By: ahmedre Differential Revision: D3618197
This commit is contained in:
committed by
Ahmed El-Helw
parent
45e626a887
commit
1d034cf91d
@@ -490,7 +490,6 @@ public class FlatUIImplementation extends UIImplementation {
|
||||
@Override
|
||||
public void removeRootView(int rootViewTag) {
|
||||
mStateBuilder.removeRootView(rootViewTag);
|
||||
super.removeRootView(rootViewTag);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user