Make sure progress gets cleared incase the last page adjustment is inaccurate

This commit is contained in:
Maurice Parker 2019-05-14 17:39:55 -05:00
parent 30273795a8
commit f449ed9608
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ final class FeedbinAccountDelegate: AccountDelegate {
self?.refreshArticles(account) {
self?.refreshArticleStatus(for: account) {
self?.refreshProgress.clear()
completion?()
}
}