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

Commit 3b878a2b authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8212946 from efcf2e85 to sc-qpr3-release

Change-Id: Ifcfaa389c9eb049d353faac5366fa6958455ca45
parents a0df30f6 efcf2e85
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -202,8 +202,11 @@ class WallpaperController {
                        "Win " + w + ": token animating, looking behind.");
            }
            mFindResults.setIsWallpaperTargetForLetterbox(w.hasWallpaperForLetterboxBackground());
            // Found a target! End search.
            return true;
            // While the keyguard is going away, both notification shade and a normal activity such
            // as a launcher can satisfy criteria for a wallpaper target. In this case, we should
            // chose the normal activity, otherwise wallpaper becomes invisible when a new animation
            // starts before the keyguard going away animation finishes.
            return w.mActivityRecord != null;
        }
        return false;
    };