cyberta 4 жил өмнө
parent
commit
399711d350

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

@@ -310,10 +310,6 @@ class ChatViewControllerNew: UITableViewController {
         return cell
     }
 
-    override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
-        return "test title" //viewModel.titleForHeaderIn(section: section)
-    }
-
     func configureMessageStyle(for message: DcMsg, at indexPath: IndexPath) -> UIRectCorner {
 
         var corners: UIRectCorner = []