Merge "Remove SurfaceFreezer leash when unfreeze" into sc-v2-dev
This commit is contained in:
@@ -117,7 +117,7 @@ class SurfaceFreezer {
|
|||||||
SurfaceControl leash = mLeash;
|
SurfaceControl leash = mLeash;
|
||||||
mLeash = null;
|
mLeash = null;
|
||||||
final boolean scheduleAnim = SurfaceAnimator.removeLeash(t, mAnimatable, leash,
|
final boolean scheduleAnim = SurfaceAnimator.removeLeash(t, mAnimatable, leash,
|
||||||
false /* destroy */);
|
true /* destroy */);
|
||||||
if (scheduleAnim) {
|
if (scheduleAnim) {
|
||||||
mWmService.scheduleAnimationLocked();
|
mWmService.scheduleAnimationLocked();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user