diff --git a/deltachat-ios/Chat/ChatViewController.swift b/deltachat-ios/Chat/ChatViewController.swift index a7b01957f..81f19c2a1 100644 --- a/deltachat-ios/Chat/ChatViewController.swift +++ b/deltachat-ios/Chat/ChatViewController.swift @@ -2842,8 +2842,6 @@ extension ChatViewController: SendContactViewControllerDelegate { extension ChatViewController: ReactionsOverviewViewControllerDelegate { func showContact(_ viewController: UIViewController, with contactId: Int) { - // dismiss, but push contact-screen - viewController.dismiss(animated: true) let contactDetailController = ContactDetailViewController(dcContext: dcContext, contactId: contactId)