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

Commit 5c585e5b authored by Jay Aliomer's avatar Jay Aliomer Committed by Automerger Merge Worker
Browse files

Merge "Return colors of areas even if they are not in current page" into...

Merge "Return colors of areas even if they are not in current page" into sc-dev am: 1e70989c am: 3dc3abe2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14827878

Change-Id: Ic9a15ad77ccb7003b9605457d61d0665eae6f812
parents 50d19ebc 3dc3abe2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1764,6 +1764,7 @@ public abstract class WallpaperService extends Service {
                float finalStep = step;
                int finalPageIndx = pageIndx;
                Bitmap screenShot = page.getBitmap();
                if (screenShot == null) screenShot = mLastScreenshot;
                if (screenShot == null || screenShot.isRecycled()) {
                    if (DEBUG) {
                        Log.d(TAG, "invalid bitmap " + screenShot