Don't remove filtered feeds on refreshes or other times we call batch update did perform.

This commit is contained in:
Maurice Parker 2020-03-12 12:32:08 -05:00
parent 343f705cd7
commit e0d8e35831
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ protocol SidebarDelegate: class {
}
@objc func batchUpdateDidPerform(_ notification: Notification) {
addTreeControllerToFilterExceptions()
rebuildTreeAndRestoreSelection()
}