No need to call exitProcess at Quit (causes crash)

This commit is contained in:
Juha Heinanen
2022-09-15 08:57:46 +03:00
parent 12325ab0a7
commit f1ba8db207

View File

@ -331,7 +331,7 @@ class BaresipService: Service() {
else
stopForeground(STOP_FOREGROUND_REMOVE)
stopSelf()
exitProcess(0)
// exitProcess(0)
}
}
}