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

Commit 550c2b7d authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 536feda7: am 949fc0ef: Merge "frameworks/base: Fix to release references to...

am 536feda7: am 949fc0ef: Merge "frameworks/base: Fix to release references to previous live wallpaper"

* commit '536feda7':
  frameworks/base: Fix to release references to previous live wallpaper
parents eb3aa56f 536feda7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -587,6 +587,8 @@ class WallpaperManagerService extends IWallpaperManager.Stub {
                mIWindowManager.removeWindowToken(mWallpaperConnection.mToken);
            } catch (RemoteException e) {
            }
            mWallpaperConnection.mService = null;
            mWallpaperConnection.mEngine = null;
            mWallpaperConnection = null;
        }
    }