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

* commit 'd170e1890bf585545498647850fb82af59b99b8f':
  Stop reloading wallpaper bitmap
This commit is contained in:
Chet Haase
2012-10-18 11:23:14 -07:00
committed by Android Git Automerger

View File

@@ -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");
}