Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3ba2138 authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

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

parents d6a21352 8261a3f5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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