From bccf1b44f6c7e5e5db48ebb3c7ba3a1f601d1518 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 13 Jan 2014 18:59:39 -0800 Subject: Fix clearing background download notification --- src/github/daneren2005/dsub/service/DownloadServiceImpl.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/github/daneren2005') diff --git a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java index 90713466..30a230ac 100644 --- a/src/github/daneren2005/dsub/service/DownloadServiceImpl.java +++ b/src/github/daneren2005/dsub/service/DownloadServiceImpl.java @@ -498,6 +498,7 @@ public class DownloadServiceImpl extends Service implements DownloadService { currentDownloading = null; } backgroundDownloadList.clear(); + Util.hideDownloadingNotification(this); } @Override -- cgit v1.2.3