am a111ceab: am a934ad11: Merge "Speed up user-switching wallpaper changes" into jb-mr2-dev

* commit 'a111ceab03410100a4b67328a99feb6299bd7bc5':
  Speed up user-switching wallpaper changes
This commit is contained in:
Chet Haase
2013-04-30 17:18:07 -07:00
committed by Android Git Automerger

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