Don't filter feeds when a download occurs.

This commit is contained in:
Maurice Parker 2020-03-20 10:36:04 -05:00
parent a0db54568e
commit 9bb110a622
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ protocol SidebarDelegate: class {
} }
@objc func downloadArticlesDidUpdateUnreadCounts(_ note: Notification) { @objc func downloadArticlesDidUpdateUnreadCounts(_ note: Notification) {
addTreeControllerToFilterExceptions()
rebuildTreeAndRestoreSelection() rebuildTreeAndRestoreSelection()
} }