From 96b077b1b46c39eebc0396ffd64cfd058f12c617 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Mon, 17 Jun 2019 14:40:19 +1000 Subject: [PATCH] Fix crash --- SignalMessaging/Views/ContactsViewHelper.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SignalMessaging/Views/ContactsViewHelper.m b/SignalMessaging/Views/ContactsViewHelper.m index f754815f4..9767fa9ff 100644 --- a/SignalMessaging/Views/ContactsViewHelper.m +++ b/SignalMessaging/Views/ContactsViewHelper.m @@ -350,10 +350,13 @@ NS_ASSUME_NONNULL_BEGIN fromViewController:(UIViewController *)fromViewController editImmediately:(BOOL)shouldEditImmediately { + return; + /** [self presentContactViewControllerForRecipientId:recipientId fromViewController:fromViewController editImmediately:shouldEditImmediately addToExistingCnContact:nil]; + */ } - (void)presentContactViewControllerForRecipientId:(NSString *)recipientId