Merge "Force the wallpaper to reload when dimensions change" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6bd7603a56
@ -326,6 +326,7 @@ public class ImageWallpaper extends WallpaperService {
|
||||
((mBackground == null) ? 0 : mBackground.getHeight()) + ", " +
|
||||
dw + ", " + dh);
|
||||
}
|
||||
mWallpaperManager.forgetLoadedWallpaper();
|
||||
updateWallpaperLocked();
|
||||
if (mBackground == null) {
|
||||
if (DEBUG) {
|
||||
|
Reference in New Issue
Block a user