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.accountZone.importOPML(rootExternalID: rootExternalID, items: normalizedItems) { _ in
|
||||||
self.refreshAll(for: account, downloadFeeds: false, completion: completion)
|
self.refreshAll(for: account, downloadFeeds: false, completion: completion)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue