mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Case insensitive contact matching
This commit is contained in:
@@ -97,7 +97,7 @@ public class ContactInfo {
|
||||
ContactsContract.Contacts.LOOKUP_KEY,
|
||||
ContactsContract.Contacts.DISPLAY_NAME
|
||||
},
|
||||
ContactsContract.CommonDataKinds.Email.ADDRESS + " = ?",
|
||||
ContactsContract.CommonDataKinds.Email.ADDRESS + " = ? COLLATE NOCASE",
|
||||
new String[]{
|
||||
address.getAddress()
|
||||
}, null)) {
|
||||
|
||||
Reference in New Issue
Block a user