aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/github/daneren2005/dsub/service/DownloadServiceImpl.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
index d15ab7a5..56f79a0e 100644
--- a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
+++ b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
@@ -260,6 +260,7 @@ public class DownloadServiceImpl extends Service implements DownloadService {
remoteController.shutdown();
}
Util.hidePlayingNotification(this, this, handler);
+ Util.hideDownloadingNotification(this);
}
public static DownloadService getInstance() {