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