mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-08 22:42:05 +08:00
Fix ARTSurfaceView with Nodes
Summary: ARTSurfaceView wasn't working for Nodes. This patch fixes it. Differential Revision: D3653522
This commit is contained in:
@@ -226,6 +226,13 @@ import com.facebook.react.views.view.ReactClippingViewGroupHelper;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void markUpdated() {
|
||||
super.markUpdated();
|
||||
mIsUpdated = true;
|
||||
invalidate();
|
||||
}
|
||||
|
||||
/* package */ final boolean isUpdated() {
|
||||
return mIsUpdated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user