We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c65585 + 73dc259 commit 962e482Copy full SHA for 962e482
services/java/com/android/server/WindowManagerService.java
@@ -1501,6 +1501,7 @@ int adjustWallpaperWindowsLocked() {
1501
WindowState wb = (WindowState)localmWindows.get(foundI-1);
1502
if (wb.mBaseLayer < maxLayer &&
1503
wb.mAttachedWindow != foundW &&
1504
+ wb.mAttachedWindow != foundW.mAttachedWindow &&
1505
(wb.mAttrs.type != TYPE_APPLICATION_STARTING ||
1506
wb.mToken != foundW.mToken)) {
1507
// This window is not related to the previous one in any
0 commit comments