remove the commented stopService() call (to avoid future confusion)

This commit is contained in:
orionlee 2019-03-05 15:07:16 -08:00
parent 24915785eb
commit 7a905c0570
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
case STOPPED: case STOPPED:
//writePlaybackPreferencesNoMediaPlaying(); //writePlaybackPreferencesNoMediaPlaying();
//serviceManager.stopService();
break; break;
case PLAYING: case PLAYING: