timusus / RecyclerView-FastScroll

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

Set the manager reversed, fast scroll not working correctly. #81

Closed csshuai closed 5 years ago

csshuai commented 6 years ago

Set the manager reversed, fast scroll not working correctly.

    LinearLayoutManager manager = new LinearLayoutManager(mActivity);
    manager.setReverseLayout(true);
timusus commented 6 years ago

Can you please describe in what way the Fast Scroll isn't working correctly?

csshuai commented 6 years ago

ezgif-3-ef5d40cdea

qwert2603 commented 5 years ago

Any thougths how to correct this?