diff options
Diffstat (limited to 'app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java')
-rw-r--r-- | app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java index 46c0457b..9fd3dfb3 100644 --- a/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java +++ b/app/src/fatweb/java/se.leap.bitmaskclient/appUpdate/DownloadService.java @@ -60,6 +60,12 @@ public class DownloadService extends JobIntentService implements UpdateDownloadM updateDownloadManager.handleIntent(intent); } + @Override + public void onDestroy() { + super.onDestroy(); + updateDownloadManager.onDestroy(); + } + /** * Convenience method for enqueuing work in to this service. */ |