Jelajahi Sumber

no multiselect for contact request inbox

cyberta 4 tahun lalu
induk
melakukan
43bab7a4ce
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      deltachat-ios/Controller/MailboxViewController.swift

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

@@ -6,6 +6,7 @@ class MailboxViewController: ChatViewController {
     override init(dcContext: DcContext, chatId: Int, highlightedMsg: Int? = nil) {
         super.init(dcContext: dcContext, chatId: chatId)
         hidesBottomBarWhenPushed = true
+        tableView.allowsSelectionDuringEditing = false
         showCustomNavBar = false
     }