Merge "Persist wallpaper changes after migration" into udc-qpr-dev

This commit is contained in:
Aurélien Pomini
2023-06-07 18:40:00 +00:00
committed by Android (Google) Code Review

View File

@@ -1417,6 +1417,10 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
}
}
synchronized (mLock) {
saveSettingsLocked(mNewWallpaper.userId);
}
if (DEBUG) {
Slog.v(TAG, "--- wallpaper changed --");
Slog.v(TAG, "new sysWp: " + mWallpaperMap.get(mCurrentUserId));