mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08: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:
committed by
Ahmed El-Helw
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) {
|
||||
|
||||
Reference in New Issue
Block a user