Browse Source

don't allow selection of cells for now

cyberta 4 years ago
parent
commit
6f491c0d66
1 changed files with 1 additions and 0 deletions
  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.register(NewTextMessageCell.self, forCellReuseIdentifier: "text")
         tableView.rowHeight = UITableView.automaticDimension
         tableView.rowHeight = UITableView.automaticDimension
         tableView.separatorStyle = .none
         tableView.separatorStyle = .none
+        tableView.allowsSelection = false
         //messagesCollectionView.register(InfoMessageCell.self)
         //messagesCollectionView.register(InfoMessageCell.self)
         super.viewDidLoad()
         super.viewDidLoad()
         if !dcContext.isConfigured() {
         if !dcContext.isConfigured() {