mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Start creating views before end of batch for nodes
Summary: Depends on D3120798 Depends on D3120631 Enables D3120631 for nodes. This implementation seems to work but let me know if I'm doing something really stupid. Reviewed By: ahmedre Differential Revision: D3120814
This commit is contained in:
committed by
Ahmed El-Helw
parent
f8d623ca3a
commit
ace1b4d78e
@@ -464,7 +464,6 @@ public class FlatUIImplementation extends UIImplementation {
|
||||
|
||||
@Override
|
||||
protected void updateViewHierarchy(EventDispatcher eventDispatcher) {
|
||||
mStateBuilder.beforeUpdateViewHierarchy();
|
||||
super.updateViewHierarchy(eventDispatcher);
|
||||
mStateBuilder.afterUpdateViewHierarchy(eventDispatcher);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user