From 33c487de8557976f42f5d4a59418376197261b1c Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sun, 1 Dec 2019 13:28:11 -0600 Subject: [PATCH] Change to only suspend on application termination. --- iOS/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) 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 }