Fix Go To Feed on iPhone

This commit is contained in:
Maurice Parker
2022-11-11 17:45:28 -06:00
parent 8bbc8d42a1
commit 10381029ba

View File

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