Преглед изворни кода

fix GroupChatDetailViewControllers header heights

cyberta пре 5 година
родитељ
комит
1cc541dc4b
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      deltachat-ios/Controller/GroupChatDetailViewController.swift

+ 0 - 4
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -426,10 +426,6 @@ extension GroupChatDetailViewController: UITableViewDelegate, UITableViewDataSou
         return nil
     }
 
-    func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
-        return Constants.defaultHeaderHeight
-    }
-
     func tableView(_: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
         guard let currentUser = self.currentUser else {
             return false