Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1757,8 +1757,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub { } } WallpaperData wallpaper = (which == FLAG_LOCK) WallpaperData wallpaper = (which == FLAG_LOCK) ? mWallpaperMap.get(userId) ? mLockWallpaperMap.get(userId) : mLockWallpaperMap.get(userId); : mWallpaperMap.get(userId); return (wallpaper != null) ? wallpaper.allowBackup : false; return (wallpaper != null) ? wallpaper.allowBackup : false; } } Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1757,8 +1757,8 @@ public class WallpaperManagerService extends IWallpaperManager.Stub { } } WallpaperData wallpaper = (which == FLAG_LOCK) WallpaperData wallpaper = (which == FLAG_LOCK) ? mWallpaperMap.get(userId) ? mLockWallpaperMap.get(userId) : mLockWallpaperMap.get(userId); : mWallpaperMap.get(userId); return (wallpaper != null) ? wallpaper.allowBackup : false; return (wallpaper != null) ? wallpaper.allowBackup : false; } } Loading