mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed issue with TelecomHelper singleton deletion
This commit is contained in:
parent
70575d73ba
commit
e9266dc019
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ class CoreContext(val context: Context, coreConfig: Config) {
|
|||
if (TelecomHelper.exists()) {
|
||||
Log.i("[Context] Destroying telecom helper")
|
||||
TelecomHelper.get().destroy()
|
||||
TelecomHelper.destroy()
|
||||
}
|
||||
|
||||
core.stop()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue