[Compose] Display images in Preview
- Dominant language
- Java
- Stars
- 35k
- Forks
- 6.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
**Glide Version**: 4.16.0 + compose 1.0.0-beta01
**Issue details / Repro steps / Use case background**:
The issue involves Glide not displaying images in the Preview. It appears to function correctly only with placeholders, potentially due to the implementation in issue [#4982](https://github.com/bumptech/glide/pull/4982). The problem arises when trying to load images from the network or resources into the Preview. Placeholders work as expected, but actual images do not display.
The primary concern is whether it's feasible to display network images in the Preview. At a minimum, displaying local resources should be supported.
**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
The attached image illustrates the problem: no content is displayed in the absence of a placeholder.
Contributor guide
Assessment
This issue has not been assessed yet.