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

Commit 3e3c4ee0 authored by Adam Powell's avatar Adam Powell
Browse files

Fix a bug where late-invalidating views with animations would be held

for too long by ViewRootImpl

Change-Id: I1e32bf2683b50f8834f215a753f881b5d4b8dbc9
parent 4441a369
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4447,6 +4447,7 @@ public final class ViewRootImpl implements ViewParent,

            for (int i = 0; i < viewCount; i++) {
                mTempViews[i].invalidate();
                mTempViews[i] = null;
            }

            for (int i = 0; i < viewRectCount; i++) {