Merge "Speed up user-switching wallpaper changes" into jb-mr2-dev
This commit is contained in:
@@ -388,7 +388,6 @@ public class ImageWallpaper extends WallpaperService {
|
||||
private void updateWallpaperLocked() {
|
||||
Throwable exception = null;
|
||||
try {
|
||||
mWallpaperManager.forgetLoadedWallpaper(); // force reload
|
||||
mBackground = null;
|
||||
mBackground = mWallpaperManager.getBitmap();
|
||||
} catch (RuntimeException e) {
|
||||
|
||||
Reference in New Issue
Block a user