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()) {
|
if (TelecomHelper.exists()) {
|
||||||
Log.i("[Context] Destroying telecom helper")
|
Log.i("[Context] Destroying telecom helper")
|
||||||
TelecomHelper.get().destroy()
|
TelecomHelper.get().destroy()
|
||||||
|
TelecomHelper.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
core.stop()
|
core.stop()
|
||||||
|
|
Loading…
Reference in a new issue