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

Commit 61b756aa authored by Chris Poultney's avatar Chris Poultney Committed by Android (Google) Code Review
Browse files

Merge "Adds color update notification when setting lock screen live wallpaper" into udc-dev

parents 89a311c2 f208df64
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1229,10 +1229,11 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
                    return;
                }

                // Live wallpapers always are system wallpapers unless lock screen live wp is
                // enabled.
                which = mIsLockscreenLiveWallpaperEnabled ? mWallpaper.mWhich : FLAG_SYSTEM;
                mWallpaper.primaryColors = primaryColors;

                // Live wallpapers always are system wallpapers.
                which = FLAG_SYSTEM;
                // It's also the lock screen wallpaper when we don't have a bitmap in there.
                if (displayId == DEFAULT_DISPLAY) {
                    final WallpaperData lockedWallpaper = mLockWallpaperMap.get(mWallpaper.userId);