Merge "Add missing checkThread"

This commit is contained in:
Treehugger Robot
2019-03-29 21:18:10 +00:00
committed by Gerrit Code Review

View File

@@ -1256,6 +1256,7 @@ public final class ViewRootImpl implements ViewParent,
@Override
public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) {
checkThread();
if ((descendant.mPrivateFlags & PFLAG_DRAW_ANIMATION) != 0) {
mIsAnimating = true;
}