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

Commit 67793b0e authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add missing checkThread"

am: fdb8dfda

Change-Id: Iabcd28a4c3fa659c92b392573158dd5025ed8c37
parents 27da4d70 fdb8dfda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1256,6 +1256,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;
        }