Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a070a895 authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Removing now-unnecessary forgetLoadedWallpaper()." into nyc-dev

am: 689a7cf7

* commit '689a7cf7':
  Removing now-unnecessary forgetLoadedWallpaper().
parents 7ce777aa 689a7cf7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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