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:
|
case STOPPED:
|
||||||
//writePlaybackPreferencesNoMediaPlaying();
|
//writePlaybackPreferencesNoMediaPlaying();
|
||||||
//serviceManager.stopService();
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PLAYING:
|
case PLAYING:
|
||||||
|
|
Loading…
Reference in New Issue