Browse Source

order advanced cells, align with android

B. Petersen 5 years ago
parent
commit
1e641f4b75
1 changed files with 5 additions and 5 deletions
  1. 5 5
      deltachat-ios/Controller/AccountSetupController.swift

+ 5 - 5
deltachat-ios/Controller/AccountSetupController.swift

@@ -50,15 +50,15 @@ class AccountSetupController: UITableViewController {
     private lazy var restoreCells: [UITableViewCell] = [restoreCell]
     private lazy var advancedSectionCells: [UITableViewCell] = [
         advancedShowCell,
-        imapServerCell,
+        imapSecurityCell,
         imapUserCell,
+        imapServerCell,
         imapPortCell,
-        imapSecurityCell,
-        smtpServerCell,
+        smtpSecurityCell,
         smtpUserCell,
-        smtpPortCell,
         smtpPasswordCell,
-        smtpSecurityCell,
+        smtpServerCell,
+        smtpPortCell,
         certCheckCell
     ]
     private lazy var folderCells: [UITableViewCell] = [inboxWatchCell, sentboxWatchCell, mvboxWatchCell, sendCopyToSelfCell, mvboxMoveCell]