mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 01:39:20 +00:00
[CNContact] fix updateFriend method
This commit is contained in:
parent
98446e0985
commit
90f100a4cc
1 changed files with 2 additions and 2 deletions
|
|
@ -406,11 +406,11 @@
|
|||
@try {
|
||||
NSLog(@"Success %d",
|
||||
[store executeSaveRequest:saveRequest error:&saveError]);
|
||||
[self updateFriend:contact];
|
||||
} @catch (NSException *exception) {
|
||||
NSLog(@"=====>>>>> CNContact SaveRequest failed : description = %@",
|
||||
[exception description]);
|
||||
[self updateFriend:contact];
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
}
|
||||
[self reloadAllContacts];
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue