Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +0 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +0 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading