Closed Fanda36 closed 5 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.
app:fastScrollerIgnoreTouchesOutsideHandle="true"
fastScroller.setIgnoreTouchesOutsideHandle(true);
I use last version of FlexibleAdapter - 5.1.0
Thank you for really nice adapter.
@Fanda36, just verified that it works.
Hi,
I tried this layout property from doc in layout XML
app:fastScrollerIgnoreTouchesOutsideHandle="true"
. But it was ignored. When I set it programmaticallyfastScroller.setIgnoreTouchesOutsideHandle(true);
then it works fine.I use last version of FlexibleAdapter - 5.1.0
Thank you for really nice adapter.