瀏覽代碼

clearing credentials in the UI on login not needed

cyberta 5 年之前
父節點
當前提交
ef7935c9e8
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      deltachat-ios/Controller/AccountSetupController.swift

+ 0 - 2
deltachat-ios/Controller/AccountSetupController.swift

@@ -660,8 +660,6 @@ class AccountSetupController: UITableViewController, ProgressAlertHandler {
                 } else if ui["done"] as! Bool {
                     self.dcContext.maybeStartIo()
                     self.updateProgressAlertSuccess(completion: self.handleLoginSuccess)
-                    self.emailCell.setText(text: nil)
-                    self.passwordCell.setText(text: nil)
                 } else {
                     self.updateProgressAlertValue(value: ui["progress"] as? Int)
                 }