bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.67k stars 6.12k forks source link

Avoid modifying constraints when a scale factor can't be computed #5264

Closed sjudd closed 1 year ago

sjudd commented 1 year ago

This will happen if either width or height (or both) are constrained to have a 0 size.

We already avoid loading the image via AsyncImageSize / inferredGlideSize. This only impacts layout.

Fixes #5256