-
Notifications
You must be signed in to change notification settings - Fork 310
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
NullPointerException in RecyclerView #45
Comments
Same problem here: Fatal Exception: java.lang.NullPointerException Is it possible to merge with this fork which seems to avoid the problem? |
This fork seems useful , I think this will fix the issue. Also You can download the source code and add this lines yourself , I solved this problem by adding a simple "try-catch" statement to the same line. |
where should i add try catch statment |
@FizaUlfat Check pull request #51 |
JazzyHelper throws Null Pointer Exception while scroll very (very) fast (only on recyclerview)
The text was updated successfully, but these errors were encountered: