From c68224d9693bc888684d0fcff9466fe72ed3f2f3 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Mon, 24 Mar 2014 21:28:17 -0700 Subject: #316 Fix Now Playing not showing, remove #200 original fix since now will start playing --- src/github/daneren2005/dsub/service/DownloadService.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/github') diff --git a/src/github/daneren2005/dsub/service/DownloadService.java b/src/github/daneren2005/dsub/service/DownloadService.java index e2e664ac..4d7a721c 100644 --- a/src/github/daneren2005/dsub/service/DownloadService.java +++ b/src/github/daneren2005/dsub/service/DownloadService.java @@ -1186,13 +1186,6 @@ public class DownloadService extends Service { } } - SharedPreferences prefs = Util.getPreferences(this); - if(currentPlaying != null && prefs.getBoolean(Constants.PREFERENCES_KEY_PERSISTENT_NOTIFICATION, false)) { - Util.showPlayingNotification(this, this, handler, currentPlaying.getSong()); - } else { - Util.hidePlayingNotification(this, this, handler); - } - if(remoteState == RemoteControlState.LOCAL) { checkDownloads(); } -- cgit v1.2.3