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

Commit 3a12ff81 authored by Chris Li's avatar Chris Li Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15650480

Change-Id: Ia9dc94706d61b156f94fea388743fef68c0e8f51
parents ea9a3059 ea3c8526
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();
        }