Loading services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -945,7 +945,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mWindowManagerInternal.removeWindowToken(mToken, false/* removeWindows */, mDisplayId); try { if (connection.mService != null) { connection.mService.detach(mToken); } } catch (RemoteException e) { Slog.w(TAG, "connection.mService.destroy() threw a RemoteException"); } Loading Loading
services/core/java/com/android/server/wallpaper/WallpaperManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -945,7 +945,9 @@ public class WallpaperManagerService extends IWallpaperManager.Stub mWindowManagerInternal.removeWindowToken(mToken, false/* removeWindows */, mDisplayId); try { if (connection.mService != null) { connection.mService.detach(mToken); } } catch (RemoteException e) { Slog.w(TAG, "connection.mService.destroy() threw a RemoteException"); } Loading