Browse Source

no multiselect for contact request inbox

cyberta 4 năm trước cách đây
mục cha
commit
43bab7a4ce

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

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