mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-09 09:30: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
@@ -397,10 +397,6 @@ import com.facebook.react.views.view.ReactClippingViewGroupHelper;
|
||||
}
|
||||
}
|
||||
|
||||
/* package */ final Rect getLogicalOffset() {
|
||||
return mLogicalOffset;
|
||||
}
|
||||
|
||||
/* package */ void updateNodeRegion(
|
||||
float left,
|
||||
float top,
|
||||
|
||||
Reference in New Issue
Block a user