diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index db8ae9a94..67cf745f6 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -218,7 +218,6 @@ private extension AppDelegate { func waitForProgressToFinish() { let completeProcessing = { [unowned self] in - AccountManager.shared.suspendAll() UIApplication.shared.endBackgroundTask(self.waitBackgroundUpdateTask) self.waitBackgroundUpdateTask = UIBackgroundTaskIdentifier.invalid }