소스 검색

order advanced cells, align with android

B. Petersen 5 년 전
부모
커밋
1e641f4b75
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  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]