-
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
java.lang.IllegalStateException: An instance of OnFlingListener already set. #23
Comments
Set the recycler view fling listener to null (this is what worked for me).
|
I added check for isSnapHelperAttached or not |
Fixed on 1.3. Now the FlingListener is set to null before the SnapHelper attaches itself to the RecyclerView. |
getting same error with an example
scrolling to the bottom and then up produces this error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my code:
but sometimes the issue occurs:
The text was updated successfully, but these errors were encountered: