mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix Go To Feed on iPhone
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user