Explorar el Código

don't allow selection of cells for now

cyberta hace 4 años
padre
commit
6f491c0d66
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      deltachat-ios/Chat/ChatViewControllerNew.swift

+ 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() {