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

Commit 368b384c authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add missing checkThread" am: fdb8dfda am: 67793b0e

am: 9117b137

Change-Id: I1a6cc8d995dad4e2ac06f046a693bdace767d79b
parents 23fbb3f9 9117b137
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1455,6 +1455,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;
        }