소스 검색

Merge pull request #1184 from deltachat/links_in_contact_requests

allow default user actions in contact requests
cyBerta 4 년 전
부모
커밋
178a0f13e6
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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])
     }