remove the commented stopService() call (to avoid future confusion)
This commit is contained in:
parent
24915785eb
commit
7a905c0570
|
@ -672,7 +672,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
|
|||
|
||||
case STOPPED:
|
||||
//writePlaybackPreferencesNoMediaPlaying();
|
||||
//serviceManager.stopService();
|
||||
break;
|
||||
|
||||
case PLAYING:
|
||||
|
|
Loading…
Reference in New Issue