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

Commit b9deb734 authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

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

* commit '180fd278':
  Don't call updateDisplayListIfDirty outside draw.
parents 7850f4bd 180fd278
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();
            }
        }
    }