diff options
-rw-r--r-- | src/github/daneren2005/dsub/service/DownloadService.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index c1576fe2..ef98253b 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -1052,7 +1052,6 @@ public class DownloadService extends Service { } else { Util.hidePlayingNotification(this, this, handler); } - Util.abandonAudioFocus(this); } else if(hide) { Util.hidePlayingNotification(this, this, handler); } |