소스 검색

use default header-size in account-settings

B. Petersen 5 년 전
부모
커밋
b8f5263623
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      deltachat-ios/Controller/AccountSetupController.swift

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

@@ -322,10 +322,6 @@ class AccountSetupController: UITableViewController {
         }
     }
 
-    override func tableView(_: UITableView, heightForHeaderInSection _: Int) -> CGFloat {
-        return 36.0
-    }
-
     override func tableView(_: UITableView, titleForFooterInSection section: Int) -> String? {
         if sections[section] == basicSection {
             return String.localized("login_no_servers_hint")