Merge pull request #4429 from kaiserabliz/fix/iOS-compiler-error-with-a-typo

Correct method signature
This commit is contained in:
Brent Simmons
2024-12-10 18:26:38 -08:00
committed by GitHub

View File

@@ -1468,7 +1468,7 @@ private extension SceneCoordinator {
})
}
func addToFilterExeptionsIfNecessary(_ feed: SidebarItem?) {
func addToFilterExceptionsIfNecessary(_ feed: SidebarItem?) {
if isReadFeedsFiltered, let feedID = feed?.sidebarItemID {
if feed is SmartFeed {
treeControllerDelegate.addFilterException(feedID)