forked from mirrors/linphone-iphone
Fix address book not updated when creating a new contact
This commit is contained in:
parent
3b6d5123af
commit
5ae6a6ac73
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef inf
|
||||||
} else {
|
} else {
|
||||||
[LinphoneLogger logc:LinphoneLoggerLog format:"Save AddressBook: Success!"];
|
[LinphoneLogger logc:LinphoneLoggerLog format:"Save AddressBook: Success!"];
|
||||||
}
|
}
|
||||||
|
[[LinphoneManager instance].fastAddressBook reload];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)newContact {
|
- (void)newContact {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue