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

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

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

* commit 'a111ceab':
  Speed up user-switching wallpaper changes
parents 9af61ff6 a111ceab
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -388,7 +388,6 @@ public class ImageWallpaper extends WallpaperService {
        private void updateWallpaperLocked() {
        private void updateWallpaperLocked() {
            Throwable exception = null;
            Throwable exception = null;
            try {
            try {
                mWallpaperManager.forgetLoadedWallpaper(); // force reload
                mBackground = null;
                mBackground = null;
                mBackground = mWallpaperManager.getBitmap();
                mBackground = mWallpaperManager.getBitmap();
            } catch (RuntimeException e) {
            } catch (RuntimeException e) {