Correctly clear the progress bar when a feed provider isn't able to find a feed

This commit is contained in:
Maurice Parker 2021-02-13 16:25:17 -06:00
parent b9b68bb48c
commit 828ca7ed2a
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ private extension CloudKitAccountDelegate {
}
case .failure:
self.refreshProgress.completeTasks(5)
self.refreshProgress.completeTasks(4)
completion(.failure(AccountError.createErrorNotFound))
}
}