Merge pull request #4429 from kaiserabliz/fix/iOS-compiler-error-with-a-typo
Correct method signature
This commit is contained in:
commit
5756541e70
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user