Fix address book not updated when creating a new contact

This commit is contained in:
Guillaume BIENKOWSKI 2014-05-26 14:23:29 +02:00
parent 3b6d5123af
commit 5ae6a6ac73

View file

@ -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 {