Send NotificationDismissReceiver intent in onTaskRemoved
This commit is contained in:
parent
6b26ad1fd9
commit
1f88238e78
1 changed files with 1 additions and 5 deletions
|
@ -220,11 +220,7 @@ class PlayerService : InvincibleService(), Player.Listener, PlaybackStatsListene
|
|||
|
||||
override fun onTaskRemoved(rootIntent: Intent?) {
|
||||
if (!player.shouldBePlaying) {
|
||||
if (isPersistentQueueEnabled) {
|
||||
broadCastPendingIntent<NotificationDismissReceiver>().send()
|
||||
} else {
|
||||
stopSelf()
|
||||
}
|
||||
broadCastPendingIntent<NotificationDismissReceiver>().send()
|
||||
}
|
||||
super.onTaskRemoved(rootIntent)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue