Fixed wrong combineable flags

This commit is contained in:
Michael Starke
2018-08-23 18:58:55 +02:00
parent 9ac7352eec
commit 187e77f9ff

View File

@@ -34,9 +34,7 @@ typedef NS_OPTIONS(NSUInteger, MPEntrySearchFlags) {
MPEntrySearchExpiredEntries = (1<<7), // do not combine with others. Exclusive flag MPEntrySearchExpiredEntries = (1<<7), // do not combine with others. Exclusive flag
/* All combine-able search flags combined */ /* All combine-able search flags combined */
MPEntrySearchAllCombineableFlags = (MPEntrySearchDoublePasswords | MPEntrySearchAllCombineableFlags = (MPEntrySearchNotes |
MPEntrySearchExpiredEntries |
MPEntrySearchNotes |
MPEntrySearchPasswords | MPEntrySearchPasswords |
MPEntrySearchTitles | MPEntrySearchTitles |
MPEntrySearchUrls | MPEntrySearchUrls |