diff --git a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift index ae07196e5..c4ebe0d3d 100644 --- a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift +++ b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift @@ -81,6 +81,7 @@ final class FeedbinAccountDelegate: AccountDelegate { self?.refreshArticles(account) { self?.refreshArticleStatus(for: account) { + self?.refreshProgress.clear() completion?() } }