소스 검색

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