mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 12:58:34 +00:00
Hide no-name contacts from system search results.
This commit is contained in:
parent
9447ea12cb
commit
3632a2cc95
@ -571,6 +571,7 @@ public class RecipientDatabase extends Database {
|
|||||||
String selection = BLOCKED + " = ? AND " +
|
String selection = BLOCKED + " = ? AND " +
|
||||||
REGISTERED + " != ? AND " +
|
REGISTERED + " != ? AND " +
|
||||||
GROUP_ID + " IS NULL AND " +
|
GROUP_ID + " IS NULL AND " +
|
||||||
|
SYSTEM_DISPLAY_NAME + " NOT NULL AND " +
|
||||||
"(" + PHONE + " NOT NULL OR " + EMAIL + " NOT NULL) AND " +
|
"(" + PHONE + " NOT NULL OR " + EMAIL + " NOT NULL) AND " +
|
||||||
"(" +
|
"(" +
|
||||||
PHONE + " LIKE ? OR " +
|
PHONE + " LIKE ? OR " +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user