mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
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 {
|
||||
[LinphoneLogger logc:LinphoneLoggerLog format:"Save AddressBook: Success!"];
|
||||
}
|
||||
[[LinphoneManager instance].fastAddressBook reload];
|
||||
}
|
||||
|
||||
- (void)newContact {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue