davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 553 forks source link

Layout property fastScrollerIgnoreTouchesOutsideHandle does not work #685

Closed Fanda36 closed 5 years ago

Fanda36 commented 6 years ago

Hi,

I tried this layout property from doc in layout XML app:fastScrollerIgnoreTouchesOutsideHandle="true". But it was ignored. When I set it programmatically fastScroller.setIgnoreTouchesOutsideHandle(true); then it works fine.

I use last version of FlexibleAdapter - 5.1.0

Thank you for really nice adapter.

davideas commented 5 years ago

@Fanda36, just verified that it works.