Make selection restore when toggling read feeds.
This commit is contained in:
parent
5ac14fb910
commit
21648a498f
|
@ -343,7 +343,7 @@ protocol SidebarDelegate: class {
|
|||
} else {
|
||||
treeControllerDelegate.isReadFiltered = true
|
||||
}
|
||||
rebuildTreeAndReloadDataIfNeeded()
|
||||
rebuildTreeAndRestoreSelection()
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue