From a4c9a4b65f673735996f5e67404e720ff4491954 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 6 Apr 2020 02:18:42 -0500 Subject: [PATCH] Remove bad download progress indicator tick. --- Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index efd921396..d6f03a63e 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -198,8 +198,6 @@ final class CloudKitAccountDelegate: AccountDelegate { } } - // Add one task here to show we started immediately. We don't need to complete is because refreshAll clears everything at the end. - refreshProgress.addToNumberOfTasksAndRemaining(1) self.accountZone.importOPML(rootExternalID: rootExternalID, items: normalizedItems) { _ in self.refreshAll(for: account, downloadFeeds: false, completion: completion) }