mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Remove bad download progress indicator tick.
This commit is contained in:
parent
6364539608
commit
a4c9a4b65f
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user