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

Commit 52efe835 authored by John Reck's avatar John Reck
Browse files

Disable checkThread temporarily

Bug: 129679214
Test: none
Change-Id: I58aa7110ee2ed18e7258e4c044ebe2a6e670aa8c
parent ea94b786
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;
        }