Reload FastAddressBook after deletion to have proper contact name in history

This commit is contained in:
Gautier Pelloux-Prayer 2015-01-12 15:32:21 +01:00
parent aa213dee78
commit 50892e86dc

View file

@ -110,6 +110,7 @@ static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef inf
} else {
[LinphoneLogger logc:LinphoneLoggerLog format:"Save AddressBook: Success!"];
}
[[LinphoneManager instance].fastAddressBook reload];
}
}