Bläddra i källkod

no spinner showing during account creation

nayooti 5 år sedan
förälder
incheckning
0a53fc8512
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      deltachat-ios/Controller/WelcomeViewController.swift

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

@@ -138,6 +138,7 @@ class WelcomeViewController: UIViewController, ProgressAlertHandler {
                 showProgressAlert(title: String.localized("qraccount_use_on_new_install"))
             }
             dcContext.configure()
+
         } else {
             accountCreationErrorAlert()
         }
@@ -192,7 +193,6 @@ extension WelcomeViewController: QrCodeReaderDelegate {
             title: String.localized("ok"),
             style: .default,
             handler: { [unowned self] _ in
-                self.activateSpinner(true)
                 self.qrCodeReaderNav.dismiss(animated: true) {
                     self.createAccountFromQRCode()
                 }