* commit 'd170e1890bf585545498647850fb82af59b99b8f': Stop reloading wallpaper bitmap
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user