Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phone number list getting in random sequence for single contact #49

Open
miteshmachhoya opened this issue May 21, 2018 · 0 comments
Open

Comments

@miteshmachhoya
Copy link

miteshmachhoya commented May 21, 2018

List contactList = Contacts.getQuery().find();

I am getting random sequence for phone number when particular contact has multiple phone number.

I want it in the same order as we have stored on that contact, the sequence should not be changed.

Example :
Contact name : Mitesh Machhoya
Type : Mobile ---> 54682 58795
Type : Mobile ---> 24586 97412
Type : Home ---> 35648 71454
etc...

when I retrieve the list of numbers from "Mitesh Machhoya" contact, its giving random sequence of the phone numbers

can anyone help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant