Эх сурвалжийг харах

don't allow selection of cells for now

cyberta 4 жил өмнө
parent
commit
6f491c0d66

+ 1 - 0
deltachat-ios/Chat/ChatViewControllerNew.swift

@@ -117,6 +117,7 @@ class ChatViewControllerNew: UITableViewController {
         tableView.register(NewTextMessageCell.self, forCellReuseIdentifier: "text")
         tableView.rowHeight = UITableView.automaticDimension
         tableView.separatorStyle = .none
+        tableView.allowsSelection = false
         //messagesCollectionView.register(InfoMessageCell.self)
         super.viewDidLoad()
         if !dcContext.isConfigured() {