mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Add removed super.dispatchDraw call in FlatViewGroup.
Summary: Accidentally pulled this when fixing comment positioning. Re-adding now. Reviewed By: ahmedre Differential Revision: D3547553
This commit is contained in:
parent
b300c1979c
commit
6cc6cd4d44
@ -164,6 +164,8 @@ import com.facebook.react.views.view.ReactClippingViewGroupHelper;
|
||||
|
||||
@Override
|
||||
public void dispatchDraw(Canvas canvas) {
|
||||
super.dispatchDraw(canvas);
|
||||
|
||||
if (mRemoveClippedSubviews) {
|
||||
for (DrawCommand drawCommand : mDrawCommands) {
|
||||
if (drawCommand instanceof DrawView) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user