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

Commit 3e431cba authored by Chris Poultney's avatar Chris Poultney Committed by Automerger Merge Worker
Browse files

Merge "Adds color update notification when setting lock screen live wallpaper"...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22704671



Change-Id: I55b651720ca060dced2c998b4d8c7e3a20c75bfe
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e9711146 61b756aa
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);