You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a work around you can override getSize() (add a subclass with an optional constructor?) in GlideDrawableImageViewTarget and pass in a new Target instead of just the view.
I'm trying to load an original image into ImageView with code like this:
But it looks like
.override(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL)
line is always ignored here https://github.com/bumptech/glide/blob/master/library/src/main/java/com/bumptech/glide/request/GenericRequest.java#L258The text was updated successfully, but these errors were encountered: