浏览代码

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? {
     override func tableView(_: UITableView, titleForFooterInSection section: Int) -> String? {
         if sections[section] == basicSection {
         if sections[section] == basicSection {
             return String.localized("login_no_servers_hint")
             return String.localized("login_no_servers_hint")