From 592f59790c573a7d52164cde5eac1a5cc7729474 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Mon, 12 Aug 2024 11:38:59 +0200 Subject: [PATCH] Remove leftover comment (#2259) --- deltachat-ios/Chat/ChatViewController.swift | 2 -- 1 file changed, 2 deletions(-) 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)