Clear the timeline when disclosing a web feed so that the previously loaded timeline articles aren't merged. Fixes #3485

This commit is contained in:
Maurice Parker 2022-03-01 14:12:43 -06:00
parent 2ff8fee308
commit 0719e5883b

View File

@ -1151,7 +1151,9 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
rebuildBackingStores(initialLoad: initialLoad, completion: {
self.treeControllerDelegate.resetFilterExceptions()
self.selectFeed(nil) {
self.selectFeed(webFeed, animations: animations, completion: completion)
}
})
}