|
|
@ -350,10 +350,13 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
fromViewController:(UIViewController<ContactEditingDelegate> *)fromViewController
|
|
|
|
fromViewController:(UIViewController<ContactEditingDelegate> *)fromViewController
|
|
|
|
editImmediately:(BOOL)shouldEditImmediately
|
|
|
|
editImmediately:(BOOL)shouldEditImmediately
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
/**
|
|
|
|
[self presentContactViewControllerForRecipientId:recipientId
|
|
|
|
[self presentContactViewControllerForRecipientId:recipientId
|
|
|
|
fromViewController:fromViewController
|
|
|
|
fromViewController:fromViewController
|
|
|
|
editImmediately:shouldEditImmediately
|
|
|
|
editImmediately:shouldEditImmediately
|
|
|
|
addToExistingCnContact:nil];
|
|
|
|
addToExistingCnContact:nil];
|
|
|
|
|
|
|
|
*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
- (void)presentContactViewControllerForRecipientId:(NSString *)recipientId
|
|
|
|
- (void)presentContactViewControllerForRecipientId:(NSString *)recipientId
|
|
|
|