فهرست منبع

Merge pull request #1067 from deltachat/stop-io-on-imex

call stopIo() before imex()
bjoern 4 سال پیش
والد
کامیت
662ec613c0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      deltachat-ios/Controller/SettingsController.swift

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

@@ -412,6 +412,7 @@ internal final class SettingsViewController: UITableViewController, ProgressAler
         if !documents.isEmpty {
             showProgressAlert(title: String.localized("imex_progress_title_desktop"), dcContext: dcContext)
             DispatchQueue.main.async {
+                self.dcContext.stopIo()
                 self.dcContext.imex(what: what, directory: documents[0])
             }
         } else {