diff --git a/Frameworks/LocalAccount/LocalAccount.swift b/Frameworks/LocalAccount/LocalAccount.swift index 9c909a75f..9a1c99187 100644 --- a/Frameworks/LocalAccount/LocalAccount.swift +++ b/Frameworks/LocalAccount/LocalAccount.swift @@ -95,7 +95,7 @@ public final class LocalAccount: Account, PlistProvider { NotificationCenter.default.addObserver(self, selector: #selector(unreadCountDidChange(_:)), name: .UnreadCountDidChange, object: nil) - NotificationCenter.default.addObserver(self, selector: #selector(refreshProgressDidChange(_:)), name: .AccountRefreshProgressDidChange, object: nil) + NotificationCenter.default.addObserver(self, selector: #selector(refreshProgressDidChange(_:)), name: .DownloadProgressDidChange, object: nil) DispatchQueue.main.async() { () -> Void in self.updateUnreadCounts(feedIDs: self.flattenedFeedIDs)