Fixed issue with TelecomHelper singleton deletion

This commit is contained in:
Sylvain Berfini 2021-12-20 14:52:39 +01:00
parent 70575d73ba
commit e9266dc019

View file

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