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

Commit 536feda7 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

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

* commit '949fc0ef':
  frameworks/base: Fix to release references to previous live wallpaper
parents 878fb913 949fc0ef
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;
        }
    }