-
Notifications
You must be signed in to change notification settings - Fork 615
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
GravitySnapHelper.SnapListener not callback when scroll to first position. #64
Comments
The top position won't be called in |
@rubensousa rube |
@leeprohacker I can confirm there's a problem. Sometimes the position 0 isn't dispatched on |
@leeprohacker it should be fixed in the develop branch now. Can you check if now it behaves like you would expect? |
You can check this in your app by installing the version |
Released on 2.2.1 |
@rubensousa
ryclerviewTopic.smoothScrollToPosition(0)
|
The issue when I set GravitySnapRecyclerView equal center and also set SnapListener for GravitySnapHelper. So the listener never callback "onSnap" when the recyclerview scrolled to top position and rest positions that working fine.
The text was updated successfully, but these errors were encountered: