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

Commit 648337b3 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

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

Merge "Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl" into jb-dev
parents 86401950 3e3c4ee0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4469,6 +4469,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++) {