mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Improve correctness and performance of camera contact search.
This commit is contained in:
@@ -88,7 +88,6 @@ public class SearchRepository {
|
||||
}
|
||||
|
||||
serialExecutor.execute(() -> {
|
||||
|
||||
String cleanQuery = sanitizeQuery(query);
|
||||
|
||||
Future<List<Recipient>> contacts = parallelExecutor.submit(() -> queryContacts(cleanQuery));
|
||||
|
||||
Reference in New Issue
Block a user