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
I'm using the Glide Compose version, and the images were loading fine in the Alpha version. However, after switching to the Beta version, I started encountering this issue.
Troubleshooting
When I printed state in the Beta version, it first shows loading, then success, and then switches back to loading. As a result, the images on the UI flicker and disappear.
The text was updated successfully, but these errors were encountered:
jimmytrivediuser
changed the title
GlideSubcomposition is changing from Loading-Success-Loading
[Compose] GlideSubcomposition state is changing from Loading-Success-Loading
Jun 5, 2024
I'm using the Glide Compose version, and the images were loading fine in the Alpha version. However, after switching to the Beta version, I started encountering this issue.
def glideComposeVersion = '1.0.0-alpha.3'
def glideComposeVersion = '1.0.0-beta01'
Older Alpha version code:
Newer Beta version code:
Troubleshooting
When I printed
state
in the Beta version, it first shows loading, then success, and then switches back to loading. As a result, the images on the UI flicker and disappear.The text was updated successfully, but these errors were encountered: