mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
Correctly clear the progress bar when a feed provider isn't able to find a feed
This commit is contained in:
parent
b9b68bb48c
commit
828ca7ed2a
@ -657,7 +657,7 @@ private extension CloudKitAccountDelegate {
|
||||
}
|
||||
|
||||
case .failure:
|
||||
self.refreshProgress.completeTasks(5)
|
||||
self.refreshProgress.completeTasks(4)
|
||||
completion(.failure(AccountError.createErrorNotFound))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user