Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenWallpaper.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,6 @@ public class LockscreenWallpaper extends IWallpaperManagerCallback.Stub implemen if (mSelectedUser != null && mSelectedUser.getIdentifier() != mCurrentUserId) { if (mSelectedUser != null && mSelectedUser.getIdentifier() != mCurrentUserId) { // When selected user is different from the current user, show the selected // When selected user is different from the current user, show the selected // user's static wallpaper. // user's static wallpaper. mWallpaperManager.forgetLoadedWallpaper(); mCache = mWallpaperManager.getBitmapAsUser(mSelectedUser.getIdentifier()); mCache = mWallpaperManager.getBitmapAsUser(mSelectedUser.getIdentifier()); } else { } else { // When there is no selected user, or it's same as the current user, show the // When there is no selected user, or it's same as the current user, show the Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockscreenWallpaper.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -105,7 +105,6 @@ public class LockscreenWallpaper extends IWallpaperManagerCallback.Stub implemen if (mSelectedUser != null && mSelectedUser.getIdentifier() != mCurrentUserId) { if (mSelectedUser != null && mSelectedUser.getIdentifier() != mCurrentUserId) { // When selected user is different from the current user, show the selected // When selected user is different from the current user, show the selected // user's static wallpaper. // user's static wallpaper. mWallpaperManager.forgetLoadedWallpaper(); mCache = mWallpaperManager.getBitmapAsUser(mSelectedUser.getIdentifier()); mCache = mWallpaperManager.getBitmapAsUser(mSelectedUser.getIdentifier()); } else { } else { // When there is no selected user, or it's same as the current user, show the // When there is no selected user, or it's same as the current user, show the Loading