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:
parent
2ff8fee308
commit
0719e5883b
@ -1151,7 +1151,9 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
|
|||||||
|
|
||||||
rebuildBackingStores(initialLoad: initialLoad, completion: {
|
rebuildBackingStores(initialLoad: initialLoad, completion: {
|
||||||
self.treeControllerDelegate.resetFilterExceptions()
|
self.treeControllerDelegate.resetFilterExceptions()
|
||||||
self.selectFeed(webFeed, animations: animations, completion: completion)
|
self.selectFeed(nil) {
|
||||||
|
self.selectFeed(webFeed, animations: animations, completion: completion)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user