-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RecyclerView Auto Scrolling with GravitySnapHelper #40
Comments
I found out the problem. Because the recyclerview has a |
Thanks for the report. I'll try to find a workaround. |
Can you check version 1.5 please? It should be fixed now. |
hi, i still have this problem, maybe im not using it in the correct way, then i set layout-manager as: is that correct for RTL horizontal scroll? |
@SetareMaghari are you using 1.5? This issue was fixed on 1.5. If you only have a span count of 1, you should use a LinearLayoutManager instead. But it should work anyway. |
@rubensousa yes a use 1.5. its my code: and the result:(it jumps to the first!) also the same problem for RTL... |
@rubensousa can you help me to solve it? |
I can't reproduce this anymore on 1.5. Can you build a sample project and try to reproduce this? If so, please send it to me afterwards. |
Closing due to inactivity |
just use |
I use RTL horizontal

recyclerview
withLinearLayoutManager
and setGravitySnapHelper(Gravity.END)
to it. But after apply a little scroll to left, the recyclerview scrolls to left automatically without any user touches.I attached a gif following to show the problem:
The text was updated successfully, but these errors were encountered: