Start timer at Quit
This commit is contained in:
@@ -522,8 +522,10 @@ class BaresipService: Service() {
|
|||||||
|
|
||||||
"Stop" -> {
|
"Stop" -> {
|
||||||
cleanService()
|
cleanService()
|
||||||
if (isServiceRunning)
|
if (isServiceRunning) {
|
||||||
baresipStop(false)
|
baresipStop(false)
|
||||||
|
quitTimer.start()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user