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

Commit f7aefcaf authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix flickering issue"

parents 386248f3 f3fed8e5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -12968,10 +12968,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            mPrivateFlags |= PFLAG_DIRTY;
            // Release any resources in-case we don't end up drawing again
            // as anything cached is no longer valid
            resetDisplayList();
            if (invalidateCache) {
                mPrivateFlags |= PFLAG_INVALIDATED;
                mPrivateFlags &= ~PFLAG_DRAWING_CACHE_VALID;