Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c2f1a4c4 authored by kaiyiz's avatar kaiyiz
Browse files

Contacts: Searching function in group editting interface is not powerfull

The default threshold of AutoCompleteTextView is 2, so we
can not search anything with one letter. The logic we used
to search contacts in group editing interface is querying
all the contacts' display name that match the given search
query, it does not support searching contacts' other info.

Change the threshold to 1. Use contacts' filter uri instead
of rawcontacts' content uri to implement a much more powerfull
search function.

CRs-Fixed: 761634

Change-Id: I9858136175cdd35f036bdaa4dc3c40df90aa7deb
parent caf65612
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment