Changed playback service to not sticky
This commit is contained in:
parent
b291d56fbb
commit
e705ed2bee
|
@ -180,7 +180,7 @@ public class PlaybackService extends Service {
|
|||
Log.w(TAG, "Something went wrong. Shutting down...");
|
||||
stopSelf();
|
||||
}
|
||||
return Service.START_STICKY;
|
||||
return Service.START_NOT_STICKY;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue