mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Added account to local contacts
This commit is contained in:
@@ -473,7 +473,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
@Override
|
||||
public Cursor runQuery(CharSequence typed) {
|
||||
Log.i("Searching local contact=" + typed);
|
||||
return db.contact().searchContacts(null, "%" + typed + "%");
|
||||
return db.contact().searchContacts(null, null, "%" + typed + "%");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user