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:
Andy Street
2016-06-30 04:12:52 -07:00
committed by Ahmed El-Helw
parent f8d623ca3a
commit ace1b4d78e
2 changed files with 15 additions and 39 deletions

View File

@@ -464,7 +464,6 @@ public class FlatUIImplementation extends UIImplementation {
@Override
protected void updateViewHierarchy(EventDispatcher eventDispatcher) {
mStateBuilder.beforeUpdateViewHierarchy();
super.updateViewHierarchy(eventDispatcher);
mStateBuilder.afterUpdateViewHierarchy(eventDispatcher);
}