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
commit 5756541e70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)