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

Commit a934ad11 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

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

parents f6a2598f b432ef98
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) {