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

Commit 313b3be2 authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am d170e189: am 18937b22: Merge "Stop reloading wallpaper bitmap" into jb-mr1-dev

* commit 'd170e189':
  Stop reloading wallpaper bitmap
parents fff8c1d8 d170e189
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -327,7 +327,7 @@ public class ImageWallpaper extends WallpaperService {
            mLastRotation = newRotation;
            mLastRotation = newRotation;


            // Load bitmap if it is not yet loaded or if it was loaded at a different size
            // 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) {
                if (DEBUG) {
                    Log.d(TAG, "Reloading bitmap");
                    Log.d(TAG, "Reloading bitmap");
                }
                }