forked from mirrors/linphone-iphone
Remove international prexif updates when registering
This commit is contained in:
parent
6478fbf03e
commit
ae4dcda49b
1 changed files with 0 additions and 6 deletions
|
|
@ -211,12 +211,6 @@ final class CoreContext: ObservableObject {
|
|||
|
||||
switch(cbVal.state) {
|
||||
case .Ok:
|
||||
let newParams = cbVal.account.params?.clone()
|
||||
newParams?.internationalPrefix = "33"
|
||||
newParams?.internationalPrefixIsoCountryCode = "FRA"
|
||||
newParams?.useInternationalPrefixForCallsAndChats = true
|
||||
cbVal.account.params = newParams
|
||||
|
||||
ContactsManager.shared.fetchContacts()
|
||||
if self.mCore.consolidatedPresence != ConsolidatedPresence.Online {
|
||||
self.updatePresence(core: self.mCore, presence: ConsolidatedPresence.Online)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue