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

Commit 18937b22 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Stop reloading wallpaper bitmap" into jb-mr1-dev

parents 588fb15d 8481ac8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ public class ImageWallpaper extends WallpaperService {
            mLastRotation = newRotation;

            // Load bitmap if it is not yet loaded or if it was loaded at a different size
            if (mBackground == null || dw != mBackgroundWidth || dw != mBackgroundHeight) {
            if (mBackground == null || dw != mBackgroundWidth || dh != mBackgroundHeight) {
                if (DEBUG) {
                    Log.d(TAG, "Reloading bitmap");
                }