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

Commit 9117b137 authored by John Reck's avatar John Reck Committed by android-build-merger
Browse files

Merge "Add missing checkThread" am: fdb8dfda

am: 67793b0e

Change-Id: Ia8f3182a1d765937a5901cf6f9063ba8c84eb258
parents 53b205a5 67793b0e
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;
        }