Don't remove filtered feeds on refreshes or other times we call batch update did perform.
This commit is contained in:
parent
343f705cd7
commit
e0d8e35831
|
@ -176,6 +176,7 @@ protocol SidebarDelegate: class {
|
|||
}
|
||||
|
||||
@objc func batchUpdateDidPerform(_ notification: Notification) {
|
||||
addTreeControllerToFilterExceptions()
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue