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

Commit 0006e888 authored by George Mount's avatar George Mount
Browse files

Don't call updateDisplayListIfDirty outside draw.

Bug 20909826

Change-Id: If332319ba192606cc30fc8d0de00086fc5135deb
parent 9260cb7f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -83,8 +83,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();
            }
        }
    }