Skip to content

Commit

Permalink
open the webxdc on tapping its info
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Nov 23, 2024
1 parent 80f2ed0 commit e75aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e75aae3

Please sign in to comment.