Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −3 Original line number Diff line number Diff line Loading @@ -238,9 +238,7 @@ public class ImageWallpaper extends WallpaperService { Bitmap bitmap = mMiniBitmap; if (bitmap == null) { mLocalColorsToAdd.addAll(regions); mRenderer.use(b -> { updateMiniBitmapAndNotify(b); }); if (mRenderer != null) mRenderer.use(this::updateMiniBitmapAndNotify); } else { computeAndNotifyLocalColors(regions, bitmap); } Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +1 −3 Original line number Diff line number Diff line Loading @@ -238,9 +238,7 @@ public class ImageWallpaper extends WallpaperService { Bitmap bitmap = mMiniBitmap; if (bitmap == null) { mLocalColorsToAdd.addAll(regions); mRenderer.use(b -> { updateMiniBitmapAndNotify(b); }); if (mRenderer != null) mRenderer.use(this::updateMiniBitmapAndNotify); } else { computeAndNotifyLocalColors(regions, bitmap); } Loading