Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ public class ImageWallpaper extends WallpaperService { // Load background image dimensions, if we haven't saved them yet if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) { // Need to load the image to get dimensions loadWallpaper(forDraw, true /* needsReset */); loadWallpaper(forDraw, false /* needsReset */); if (DEBUG) { Log.d(TAG, "Reloading, redoing updateSurfaceSize later."); } Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −1 Original line number Diff line number Diff line Loading @@ -199,7 +199,7 @@ public class ImageWallpaper extends WallpaperService { // Load background image dimensions, if we haven't saved them yet if (mBackgroundWidth <= 0 || mBackgroundHeight <= 0) { // Need to load the image to get dimensions loadWallpaper(forDraw, true /* needsReset */); loadWallpaper(forDraw, false /* needsReset */); if (DEBUG) { Log.d(TAG, "Reloading, redoing updateSurfaceSize later."); } Loading