Start timer at Quit

This commit is contained in:
Juha Heinanen
2022-08-30 20:43:09 +03:00
parent e9bbe31f7e
commit 437e6e0a28
@@ -522,8 +522,10 @@ class BaresipService: Service() {
"Stop" -> { "Stop" -> {
cleanService() cleanService()
if (isServiceRunning) if (isServiceRunning) {
baresipStop(false) baresipStop(false)
quitTimer.start()
}
} }
} }