am 648337b3: Merge "Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl" into jb-dev
* commit '648337b3a8024b22a77977024cdf171f83999d56': Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user