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

Commit 8e527c5f 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 am: 3a12ff81

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

Change-Id: I6b82ac87f058e7cec2ddb733f1dade8d26320292
parents 69602724 3a12ff81
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();
        }