Merge "Fix wallpaper flicker when quick switching apps using taskbar swipe" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
36208fb4ba
@@ -1932,7 +1932,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
||||
final ActivityRecord atoken = mActivityRecord;
|
||||
if (atoken != null) {
|
||||
return ((!isParentWindowHidden() && atoken.isVisible())
|
||||
|| isAnimating(TRANSITION | PARENTS));
|
||||
|| isAnimationRunningSelfOrParent());
|
||||
}
|
||||
final WallpaperWindowToken wtoken = mToken.asWallpaperToken();
|
||||
if (wtoken != null) {
|
||||
|
||||
Reference in New Issue
Block a user