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