Pārlūkot izejas kodu

don't allow selection of cells for now

cyberta 4 gadi atpakaļ
vecāks
revīzija
6f491c0d66
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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() {