Call stopForeground(yes)

This commit is contained in:
tzugen 2022-06-07 13:30:33 +02:00
parent 1e571e165c
commit 59e37e62a6
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class PlaybackService : MediaLibraryService(), KoinComponent {
mediaLibrarySession.release()
rxBusSubscription.dispose()
isStarted = false
stopForeground(true)
stopSelf()
}