Disable checkThread temporarily

Bug: 129679214
Test: none
Change-Id: I58aa7110ee2ed18e7258e4c044ebe2a6e670aa8c
This commit is contained in:
John Reck
2019-04-01 11:53:04 -07:00
parent ea94b7869d
commit 52efe835f1

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;
}