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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

c# - Strange behavior of await -