Explorar o código

allow default user actions for urls, phone numbers and commands in contact request chat

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
c3c0e45953
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      deltachat-ios/Controller/MailboxViewController.swift

+ 1 - 4
deltachat-ios/Controller/MailboxViewController.swift

@@ -22,10 +22,7 @@ class MailboxViewController: ChatViewController {
     override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
         askToChat(messageId: messageIds[indexPath.row])
     }
-
-    override func phoneNumberTapped(number: String, indexPath: IndexPath) {}
-    override func commandTapped(command: String, indexPath: IndexPath) {}
-    override func urlTapped(url: URL, indexPath: IndexPath) {}
+    
     override func imageTapped(indexPath: IndexPath) {
         askToChat(messageId: messageIds[indexPath.row])
     }