ContactsAutoCompleteTextView
ContactsAutoCompleteTextView copied to clipboard
Search email issue
When I'm searching for a contact using @gmail
it doesn't list me contacts using an email containing @gmail
Ok, looks weird...
I'll have a look after the work (in 5 hours, I guess)
Ok I had a look and I got why it's not working: when I check if the user typed a data
, I use startswith
and your request would be to make it with contains
.
It's possible to make it, the problem is more how to properly implement that.