mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-06 10:07:48 +08:00
do not exit onDestroy
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -251,8 +251,6 @@ class MainActivity : AudioServiceActivity() {
|
||||
override fun onDestroy() {
|
||||
stopService(Intent(this, com.ryanheise.audioservice.AudioService::class.java))
|
||||
super.onDestroy()
|
||||
android.os.Process.killProcess(android.os.Process.myPid())
|
||||
exitProcess(0)
|
||||
}
|
||||
|
||||
override fun onUserLeaveHint() {
|
||||
|
||||
Reference in New Issue
Block a user