From 52c4685d109192303fc5ddd3cbd4039113488a54 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 23 Nov 2024 22:45:02 +0100 Subject: [PATCH] open the webxdc on tapping its info --- deltachat-ios/Chat/ChatViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ios/Chat/ChatViewController.swift b/deltachat-ios/Chat/ChatViewController.swift index b71953082..905638301 100644 --- a/deltachat-ios/Chat/ChatViewController.swift +++ b/deltachat-ios/Chat/ChatViewController.swift @@ -833,7 +833,7 @@ class ChatViewController: UITableViewController, UITableViewDropDelegate { showWebxdcViewFor(message: message) case (_, DC_INFO_WEBXDC_INFO_MESSAGE): if let parent = message.parent { - scrollToMessage(msgId: parent.id) + showWebxdcViewFor(message: parent) } case (_, DC_INFO_PROTECTION_ENABLED): showProtectionEnabledDialog()