mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Show status sooner for importing OPML
This commit is contained in:
@@ -150,7 +150,9 @@ final class CloudKitAccountDelegate: AccountDelegate {
|
||||
|
||||
let normalizedItems = OPMLNormalizer.normalize(opmlItems)
|
||||
|
||||
refreshProgress.addToNumberOfTasksAndRemaining(1)
|
||||
self.accountZone.importOPML(rootExternalID: rootExternalID, items: normalizedItems) { _ in
|
||||
self.refreshProgress.completeTask()
|
||||
self.standardRefreshAll(for: account, completion: completion)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user