Remove logical adjustments from FlatViewGroup.

Summary: These were needed until recent changes in DrawView.

Reviewed By: ahmedre

Differential Revision: D3646707
This commit is contained in:
Seth Kirby
2016-08-01 13:06:42 -07:00
committed by Ahmed El-Helw
parent dfc815cb19
commit 28654aef65
6 changed files with 10 additions and 26 deletions

View File

@@ -334,8 +334,7 @@ import com.facebook.react.uimanager.events.EventDispatcher;
node.getReactTag(),
drawCommands,
listeners,
nodeRegions,
node.getLogicalOffset());
nodeRegions);
}
if (node.hasUnseenUpdates()) {