diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index 772af21a8..9c8dcb54e 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -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) }) }