mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 22:43:10 +08:00
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:
committed by
Ahmed El-Helw
parent
dfc815cb19
commit
28654aef65
@@ -334,8 +334,7 @@ import com.facebook.react.uimanager.events.EventDispatcher;
|
||||
node.getReactTag(),
|
||||
drawCommands,
|
||||
listeners,
|
||||
nodeRegions,
|
||||
node.getLogicalOffset());
|
||||
nodeRegions);
|
||||
}
|
||||
|
||||
if (node.hasUnseenUpdates()) {
|
||||
|
||||
Reference in New Issue
Block a user