Merge "Disable checkThread temporarily"

This commit is contained in:
John Reck
2019-04-01 20:11:16 +00:00
committed by Android (Google) Code Review

View File

@@ -1455,7 +1455,8 @@ public final class ViewRootImpl implements ViewParent,
@Override
public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) {
checkThread();
// TODO: Re-enable after camera is fixed or consider targetSdk checking this
// checkThread();
if ((descendant.mPrivateFlags & PFLAG_DRAW_ANIMATION) != 0) {
mIsAnimating = true;
}