MultiContactPicker icon indicating copy to clipboard operation
MultiContactPicker copied to clipboard

Contacts loading too slow

Open alvaromanja1 opened this issue 4 years ago • 1 comments

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

alvaromanja1 avatar Nov 10 '20 10:11 alvaromanja1

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)

ispam avatar Feb 07 '21 16:02 ispam