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

Commit 3cd72d44 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am f53952a9: am 648337b3: Merge "Fix a bug where late-invalidating views with...

am f53952a9: am 648337b3: Merge "Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl" into jb-dev

* commit 'f53952a9':
  Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl
parents 43e323a4 f53952a9
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++) {