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

Contacts loading too slow #53

Open
alvaromanja1 opened this issue Nov 10, 2020 · 1 comment
Open

Contacts loading too slow #53

alvaromanja1 opened this issue Nov 10, 2020 · 1 comment

Comments

@alvaromanja1
Copy link

alvaromanja1 commented Nov 10, 2020

Good morning @broakenmedia , I have the latest version of the library and when I press to load the contacts, I have about 1000 contacts, it takes about 10 seconds to load. During that time I am not allowed to select any contacts. Is there a way to fix that?

Thanks

@ispam
Copy link

ispam commented Feb 7, 2021

There are currently 3 supported columns while creating the column, LimitColumn.EMAIL, LimitColumn.PHONE and LimitColumn.NONE

 MultiContactPicker.Builder(this).
                .limitToColumn(LimitColumn.PHONE) //Optional - default NONE (Include phone + email, limiting to one can improve loading time)

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

2 participants