Skip to content
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

Error drawable not shown on null model. #1985

Closed
sjudd opened this issue May 31, 2017 · 0 comments
Closed

Error drawable not shown on null model. #1985

sjudd opened this issue May 31, 2017 · 0 comments
Labels
Milestone

Comments

@sjudd
Copy link
Collaborator

sjudd commented May 31, 2017

From @mare011 in #1971:

Also in the code bellow, error drawable is not used when the url is null, and docs state: "null models will cause the error drawable to be displayed", this is working in the latest 3.x version.

Glide load line / GlideModule (if any) / list Adapter code (if any):

GlideApp.with(this).load(contractImage) // contractImage is null
.transform(new CropCircleTransformation())
.error(errorDrawable)
.into(imageView);

@sjudd sjudd added this to the 4.0 milestone May 31, 2017
@sjudd sjudd closed this as completed in 0d80325 May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant