-
Notifications
You must be signed in to change notification settings - Fork 231
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 with Picasso when there is no placeholder. #52
Comments
Same here, please fix this :) |
Please use the imageloader jar |
Same here , Any fix for this ? |
same here but I'm using Glide |
I just received the same NullPointerException. Please fix this |
Just received crash as well. Added a placeholder image as my view needs one anyway. Other cases I might not want a placeholder. |
Any fixes found? |
Give placeholder explicitly like |
Wow, that solved my problem too. Thank you so much. |
Udine and the rest are all good JDownloader |
The lines of code:
The exception:
It happens only when using CircleImageView, when switching to regualr ImageView its not working.
EDIT: I found that when you adding "placeholder" to picasso its working fine:
The text was updated successfully, but these errors were encountered: