am b9deb734: am 180fd278: Merge "Don\'t call updateDisplayListIfDirty outside draw." into mnc-dev

* commit 'b9deb734eb15fc74404b9c781e6014370878068f':
  Don't call updateDisplayListIfDirty outside draw.
This commit is contained in:
George Mount
2015-05-08 20:50:14 +00:00
committed by Android Git Automerger

View File

@@ -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();
}
}
}