mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Reset forground service wait to stop flag when first call starts, just in case
This commit is contained in:
parent
2f4fd3da18
commit
dee932da42
1 changed files with 6 additions and 0 deletions
|
|
@ -279,6 +279,12 @@ class NotificationsManager
|
|||
}
|
||||
}
|
||||
|
||||
@WorkerThread
|
||||
override fun onFirstCallStarted(core: Core) {
|
||||
Log.i("$TAG First call started")
|
||||
waitForInCallServiceForegroundToStopIt = false
|
||||
}
|
||||
|
||||
@WorkerThread
|
||||
override fun onLastCallEnded(core: Core) {
|
||||
Log.i("$TAG Last call ended")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue