Răsfoiți Sursa

remove garbage title

cyberta 4 ani în urmă
părinte
comite
14715554de
1 a modificat fișierele cu 0 adăugiri și 4 ștergeri
  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 = []