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

* commit 'a934ad112c9da1c7a342a990fcb06bae2ea7485e':
  Speed up user-switching wallpaper changes
This commit is contained in:
Chet Haase
2013-04-30 17:04:58 -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) {