Improve correctness and performance of camera contact search.

This commit is contained in:
Greyson Parrelli
2020-04-23 10:25:45 -04:00
parent c4e88abce1
commit 8c6001fa5a
2 changed files with 27 additions and 6 deletions

View File

@@ -88,7 +88,6 @@ public class SearchRepository {
}
serialExecutor.execute(() -> {
String cleanQuery = sanitizeQuery(query);
Future<List<Recipient>> contacts = parallelExecutor.submit(() -> queryContacts(cleanQuery));