Parcourir la source

remove garbage title

cyberta il y a 4 ans
Parent
commit
399711d350
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      deltachat-ios/Chat/ChatViewControllerNew.swift

+ 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 = []