forked from mirrors/linphone-iphone
GlobalState.Off check removed from core initialization
This commit is contained in:
parent
1abc35de0c
commit
179fbaff14
1 changed files with 0 additions and 5 deletions
|
|
@ -156,11 +156,6 @@ final class CoreContext: ObservableObject {
|
|||
self.coreIsStarted = true
|
||||
self.accounts = accountModels
|
||||
}
|
||||
} else if cbVal.state == GlobalState.Off {
|
||||
DispatchQueue.main.async {
|
||||
self.hasDefaultAccount = false
|
||||
self.coreIsStarted = false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue