mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1720 from omnivore-app/fix/ios-highlighted-filter
The highlighted filter should include items in the archive
This commit is contained in:
commit
5e615b5947
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ public extension LinkedItemFilter {
|
|||
format: "highlights.@count > 0"
|
||||
)
|
||||
return NSCompoundPredicate(andPredicateWithSubpredicates: [
|
||||
hasHighlightsPredicate, notInArchivePredicate
|
||||
hasHighlightsPredicate
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue