Stop service before calling exitProcess

This commit is contained in:
vfsfitvnm
2022-07-13 23:10:57 +02:00
parent 48e8055f21
commit d905fb8614
2 changed files with 7 additions and 2 deletions

View File

@@ -607,6 +607,7 @@ class PlayerService : InvincibleService(), Player.Listener, PlaybackStatsListene
notificationManager?.notify(SleepTimerNotificationId, notification)
stopSelf()
exitProcess(0)
}
}