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

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

Merge "Don't call updateDisplayListIfDirty outside draw." into mnc-dev

parents 6624015e 0006e888
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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();
            }
        }
    }