mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 16:06:27 +02:00
Update the libary
- Google Material - Androidx ktx, media3, navigiation, work runtime - Kotlin - new version coming "Purple" - some bug fixes
This commit is contained in:
@@ -104,7 +104,7 @@ class PlayerService : MediaLibraryService() {
|
||||
|
||||
|
||||
/* Overrides onTaskRemoved from Service */
|
||||
override fun onTaskRemoved(rootIntent: Intent) {
|
||||
override fun onTaskRemoved(rootIntent: Intent?) {
|
||||
if (!player.playWhenReady) {
|
||||
stopSelf()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user