Remove bad download progress indicator tick.

This commit is contained in:
Maurice Parker 2020-04-06 02:18:42 -05:00
parent 6364539608
commit a4c9a4b65f
1 changed files with 0 additions and 2 deletions

View File

@ -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)
}