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

Commit 78704efc authored by John Reck's avatar John Reck
Browse files

Add missing checkThread

Fixes: 129362490
Test: none
Change-Id: I9429b48291908db7021ad10a18ef3180c7e83bf9
parent 0bd51161
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1255,6 +1255,7 @@ public final class ViewRootImpl implements ViewParent,

    @Override
    public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) {
        checkThread();
        if ((descendant.mPrivateFlags & PFLAG_DRAW_ANIMATION) != 0) {
            mIsAnimating = true;
        }