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 733ad7a + 18937b2 commit d170e18Copy full SHA for d170e18
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