We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 588fb15 + 8481ac8 commit 18937b2Copy full SHA for 18937b2
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
@@ -327,7 +327,7 @@ void drawFrameLocked() {
327
mLastRotation = newRotation;
328
329
// Load bitmap if it is not yet loaded or if it was loaded at a different size
330
- if (mBackground == null || dw != mBackgroundWidth || dw != mBackgroundHeight) {
+ if (mBackground == null || dw != mBackgroundWidth || dh != mBackgroundHeight) {
331
if (DEBUG) {
332
Log.d(TAG, "Reloading bitmap");
333
}
0 commit comments