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

Commit ea3c8526 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Remove SurfaceFreezer leash when unfreeze" into sc-v2-dev

parents 936f2884 461e09e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ class SurfaceFreezer {
        SurfaceControl leash = mLeash;
        mLeash = null;
        final boolean scheduleAnim = SurfaceAnimator.removeLeash(t, mAnimatable, leash,
                false /* destroy */);
                true /* destroy */);
        if (scheduleAnim) {
            mWmService.scheduleAnimationLocked();
        }