Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a111ceab authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

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

* commit 'a934ad11':
  Speed up user-switching wallpaper changes
parents 5473ffba a934ad11
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {