mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-13 01:06:52 +01:00
Hide no-name contacts from system search results.
This commit is contained in:
@@ -571,6 +571,7 @@ public class RecipientDatabase extends Database {
|
||||
String selection = BLOCKED + " = ? AND " +
|
||||
REGISTERED + " != ? AND " +
|
||||
GROUP_ID + " IS NULL AND " +
|
||||
SYSTEM_DISPLAY_NAME + " NOT NULL AND " +
|
||||
"(" + PHONE + " NOT NULL OR " + EMAIL + " NOT NULL) AND " +
|
||||
"(" +
|
||||
PHONE + " LIKE ? OR " +
|
||||
|
||||
Reference in New Issue
Block a user