mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 17:39:24 +00:00
Using new KeePassKit API, simple multi selection support
This commit is contained in:
@@ -53,7 +53,6 @@ NSString *const kMPDocumentSearchResultsKey = @"kMPDocumentSearchResul
|
||||
dispatch_async(backgroundQueue, ^{
|
||||
NSArray *results = [weakSelf _findEntriesMatchingCurrentSearch];
|
||||
dispatch_sync(dispatch_get_main_queue(), ^{
|
||||
weakSelf.selectedEntry = nil;
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:MPDocumentDidChangeSearchResults object:weakSelf userInfo:@{ kMPDocumentSearchResultsKey: results }];
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user