mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-30 18:54:53 +01:00
Show status sooner for importing OPML
This commit is contained in:
parent
3bc4b9e4b2
commit
7e86f3dec3
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user