recycler-fast-scroll
recycler-fast-scroll copied to clipboard
Don't make classes methods private or package-private
Hi,
As FastScroller.setRecyclerViewPosition()
behavior does not fit my needs (use LinearLayoutManager.scrollToPositionWithOffset(targetPos, 0)
instead of recyclerView.scrollToPosition(targetPos)
), I have to copy/paste FastScroller.java, RecyclerViewScrollListener.java and ScrollerViewProvider.java to be able to modify FastScroller.setRecyclerViewPosition()
:/
So can you avoid making your methods private or package-private?
Really good work though!
Best regards.