Browse Source

use default header-size in account-settings

B. Petersen 5 năm trước cách đây
mục cha
commit
b8f5263623
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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")