Start timer at Quit

This commit is contained in:
Juha Heinanen
2022-08-30 20:43:09 +03:00
parent e9bbe31f7e
commit 437e6e0a28

View File

@ -522,8 +522,10 @@ class BaresipService: Service() {
"Stop" -> {
cleanService()
if (isServiceRunning)
if (isServiceRunning) {
baresipStop(false)
quitTimer.start()
}
}
}