android - How to remove SnapHelper from a RecyclerView -
i use attachtorecyclerview(recyclerview) , works expeced.
question: @ point want same recyclerview scroll normally, how achieve that?
code:
pagersnaphelper pagersnaphelper = new pagersnaphelper(); pagersnaphelper.attachtorecyclerview(recyclerview);
i faced same problem. calling
clearonscrolllisteners(); setonflinglistener(null); on recyclerview instance did trick me. calling setonflinglistener(null); wasn't enough in case
Comments
Post a Comment