From 5ae6a6ac738ace5bd1687aa562e2e30caeca886e Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Mon, 26 May 2014 14:23:29 +0200 Subject: [PATCH] Fix address book not updated when creating a new contact --- Classes/ContactDetailsViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/ContactDetailsViewController.m b/Classes/ContactDetailsViewController.m index 8a4a175e5..d6613f982 100644 --- a/Classes/ContactDetailsViewController.m +++ b/Classes/ContactDetailsViewController.m @@ -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 {