Преглед на файлове

always try to restart IO after cancelling setting up a new account and returning to an existing one

cyberta преди 2 години
родител
ревизия
301cd3be4d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      deltachat-ios/Controller/WelcomeViewController.swift

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

@@ -266,6 +266,7 @@ class WelcomeViewController: UIViewController, ProgressAlertHandler {
         let lastSelectedAccountId = UserDefaults.standard.integer(forKey: Constants.Keys.lastSelectedAccountKey)
         if lastSelectedAccountId != 0 {
             _ = dcAccounts.select(id: lastSelectedAccountId)
+            dcAccounts.startIo()
         }
 
         appDelegate.reloadDcContext()