mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Trying to prevent ForegroundServiceDidNotStartInTimeException
This commit is contained in:
parent
047c009256
commit
db02d87707
1 changed files with 1 additions and 0 deletions
|
|
@ -661,6 +661,7 @@ class NotificationsManager(private val context: Context) {
|
|||
fun serviceCreated(createdService: CoreService) {
|
||||
Log.i("[Notifications Manager] Service has been created, keeping it around")
|
||||
service = createdService
|
||||
startCallForeground(createdService)
|
||||
}
|
||||
|
||||
fun serviceDestroyed() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue