Reset forground service wait to stop flag when first call starts, just in case

This commit is contained in:
Sylvain Berfini 2025-08-05 10:36:47 +02:00
parent 2f4fd3da18
commit dee932da42

View file

@ -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")