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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -