correct method signature

This commit is contained in:
Kaiser
2024-12-10 16:33:27 -05:00
parent 0904a94109
commit c487167bb6

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)