Merge "Disable checkThread temporarily"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user