Merge "Don't call updateDisplayListIfDirty outside draw." into mnc-dev
This commit is contained in:
@@ -82,8 +82,7 @@ public class GhostView extends View {
|
||||
mView.mGhostView = null;
|
||||
final ViewGroup parent = (ViewGroup) mView.getParent();
|
||||
if (parent != null) {
|
||||
parent.mRecreateDisplayList = true;
|
||||
parent.updateDisplayListIfDirty();
|
||||
parent.invalidate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user