glide
glide copied to clipboard
[Compose] Display images in Preview
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. 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.