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

Commit e47b89ca authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix wallpaper restore"

parents 25d888b5 bf6ee4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ import java.io.File;
 */
public class WallpaperBackupHelper extends FileBackupHelperBase implements BackupHelper {
    private static final String TAG = "WallpaperBackupHelper";
    private static final boolean DEBUG = true;
    private static final boolean DEBUG = false;

    // This path must match what the WallpaperManagerService uses
    private static final String WALLPAPER_IMAGE = "/data/data/com.android.settings/files/wallpaper";
+1 −1
Original line number Diff line number Diff line
@@ -834,7 +834,7 @@ class WallpaperManagerService extends IWallpaperManager.Stub {
                }
                if (DEBUG) Slog.v(TAG, "settingsRestored: success=" + success);
                if (success) {
                    bindWallpaperComponentLocked(null, false, false);
                    bindWallpaperComponentLocked(mNextWallpaperComponent, false, false);
                }
            }
        }