1gravity / Android-ContactPicker

A beautifully designed component to pick one or several contacts (including groups) from the Android contacts list
Apache License 2.0
66 stars 33 forks source link

App unfortunately stops issue resolved #15

Closed aarsy closed 7 years ago

aarsy commented 7 years ago

Stops when there are no results in recycler view or the adapter is empty .. Suppose in search bar I entered a random query whose value doesn't exist in recycler view . Since the adapter don't have any list or it's is null...While touching your fast scroll the app unfortunately stops. I know the issue if of the fast scroll library and i have also created issue there for the same but for now it has to be handled.

1gravity commented 7 years ago

Thank you for this pull request. I just committed an almost identical fix so this one becomes obsolete.

aarsy commented 7 years ago

Ok..not problem.. Thanks to you too for such a great code. I hope i will learn a lot of things from it