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

Commit f3fed8e5 authored by John Reck's avatar John Reck
Browse files

Fix flickering issue

Bug: 25411780

Partial-revert for now, reopened b/22565656 to
deal with the memory use in a followup

Change-Id: I1ec636bc811a85eb2dc4f8c91562dc81b6261355
parent 7fc97c91
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;