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