Merge "Speed up user-switching wallpaper changes" into jb-mr2-dev

This commit is contained in:
Chet Haase
2013-04-30 22:42:49 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {