mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Correctly clear the progress bar when a feed provider isn't able to find a feed
This commit is contained in:
@@ -657,7 +657,7 @@ private extension CloudKitAccountDelegate {
|
||||
}
|
||||
|
||||
case .failure:
|
||||
self.refreshProgress.completeTasks(5)
|
||||
self.refreshProgress.completeTasks(4)
|
||||
completion(.failure(AccountError.createErrorNotFound))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user