mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-20 12:49:53 +01:00
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
Block a user