Pārlūkot izejas kodu

Merge pull request #1656 from deltachat/encrypted_account_improvements

Encrypted Account improvements
cyBerta 3 gadi atpakaļ
vecāks
revīzija
4fe50322a3

+ 1 - 1
deltachat-ios/Controller/WelcomeViewController.swift

@@ -213,7 +213,7 @@ class WelcomeViewController: UIViewController, ProgressAlertHandler {
                 logger.error("Failed to open account database for account \(dcContext.id)")
                 return
             }
-            showAccountSetupController()
+            self.navigationItem.title = "Add encrypted account"
         } catch KeychainError.unhandledError(let message, let status) {
             logger.error("Keychain error. Failed to create encrypted account. \(message). Error status: \(status)")
         } catch {