Merge "Fix crash during Activity Transition with TextureView." into mnc-dev

This commit is contained in:
George Mount
2015-05-07 14:34:01 +00:00
committed by Android (Google) Code Review

View File

@@ -40,8 +40,7 @@ public class GhostView extends View {
mView.mGhostView = this;
final ViewGroup parent = (ViewGroup) mView.getParent();
setGhostedVisibility(View.INVISIBLE);
parent.mRecreateDisplayList = true;
parent.updateDisplayListIfDirty();
parent.invalidate();
}
@Override