Clear WS.mDestroying on AWT.clearAnimatingFlags am: 3c0d44e633
am: 5d132bf021
Change-Id: I637742001089d128a22762411b35b5973dd604ae
This commit is contained in:
@@ -359,6 +359,11 @@ class AppWindowToken extends WindowToken {
|
|||||||
// placement for this window during this period, one or more frame will
|
// placement for this window during this period, one or more frame will
|
||||||
// show up with wrong position or scale.
|
// show up with wrong position or scale.
|
||||||
win.mWinAnimator.mAnimating = false;
|
win.mWinAnimator.mAnimating = false;
|
||||||
|
|
||||||
|
if (win.mDestroying) {
|
||||||
|
win.mDestroying = false;
|
||||||
|
service.mDestroySurface.remove(win);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
requestUpdateWallpaperIfNeeded();
|
requestUpdateWallpaperIfNeeded();
|
||||||
|
|||||||
Reference in New Issue
Block a user