Device/Android Version: Ran tests on multiple emulators.
Issue details / Repro steps / Use case background:
The issue involves inconsistent loading of images in a screenshot test with Paparazzi using the GlideImage composable. Sometimes the image from a URL loads successfully, other times the image is blank, and occasionally, only the loading placeholder is shown. This inconsistency is problematic for reliable UI testing and screenshot generation.
Glide Version: 1.0.0-beta01
Integration libraries: Not relevant
Device/Android Version: Ran tests on multiple emulators.
Issue details / Repro steps / Use case background: The issue involves inconsistent loading of images in a screenshot test with Paparazzi using the
GlideImage
composable. Sometimes the image from a URL loads successfully, other times the image is blank, and occasionally, only the loading placeholder is shown. This inconsistency is problematic for reliable UI testing and screenshot generation.Composable
Test
I also reaised an issue on Paparazzi since I am uncertain where the bug recides at this point: https://github.com/cashapp/paparazzi/issues/1396