Browse Source

use default header-size in account-settings

B. Petersen 5 years ago
parent
commit
b8f5263623
1 changed files with 0 additions and 4 deletions
  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")