Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3151aa9 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Disable checkThread temporarily"

parents e64d8953 52efe835
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
        }