Skip to content

Commit

Permalink
Fix obscure warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Jan 2, 2025
1 parent 4c0d371 commit eb2ea9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iOS/SceneCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
self.treeControllerDelegate.addFilterException(parentFolderFeedID)
}

rebuildBackingStores(initialLoad: initialLoad) {
rebuildBackingStores(initialLoad: initialLoad, completion: {
self.treeControllerDelegate.resetFilterExceptions()
self.selectFeed(nil) {
if self.rootSplitViewController.traitCollection.horizontalSizeClass == .compact {
Expand All @@ -1100,7 +1100,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner {
self.selectFeed(webFeed, animations: animations, completion: completion)
}
}
}
})
}

func showStatusBar() {
Expand Down

0 comments on commit eb2ea9c

Please sign in to comment.