* commit 'a111ceab03410100a4b67328a99feb6299bd7bc5': Speed up user-switching wallpaper changes
This commit is contained in:
@@ -388,7 +388,6 @@ public class ImageWallpaper extends WallpaperService {
|
||||
private void updateWallpaperLocked() {
|
||||
Throwable exception = null;
|
||||
try {
|
||||
mWallpaperManager.forgetLoadedWallpaper(); // force reload
|
||||
mBackground = null;
|
||||
mBackground = mWallpaperManager.getBitmap();
|
||||
} catch (RuntimeException e) {
|
||||
|
||||
Reference in New Issue
Block a user