timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Not working when each item of the recyclerview has two elemnts #41

Closed Anis-Vikernes closed 7 years ago

Anis-Vikernes commented 7 years ago

I followed your tutorial but the problem is that each item in my recyclerview has two elements (in other words two TextViews) and now I get an error on this part : @NonNull @Override public String getSectionName(int position) { return String.valueOf(position); } PS: I want to set the scrollbar on one element only not the two of them

timusus commented 7 years ago

What error are you getting?

timusus commented 7 years ago

Not enough information to debug this issue.