recycler-fast-scroll icon indicating copy to clipboard operation
recycler-fast-scroll copied to clipboard

Don't make classes methods private or package-private

Open cdongieux opened this issue 7 years ago • 0 comments

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.

cdongieux avatar Mar 21 '17 16:03 cdongieux