Don't filter feeds when a download occurs.
This commit is contained in:
parent
a0db54568e
commit
9bb110a622
|
@ -218,6 +218,7 @@ protocol SidebarDelegate: class {
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc func downloadArticlesDidUpdateUnreadCounts(_ note: Notification) {
|
@objc func downloadArticlesDidUpdateUnreadCounts(_ note: Notification) {
|
||||||
|
addTreeControllerToFilterExceptions()
|
||||||
rebuildTreeAndRestoreSelection()
|
rebuildTreeAndRestoreSelection()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue