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
Issue details / Repro steps / Use case background:
Glide Compose does not stop animations when the app is in background, leading to extensive CPU usage.
The ImageViewTarget pauses the animation in onStop. The GlideImage should ideally do the same, preferably by default.
Option to pause animation in onPause instead of onStop would also be useful.
Layout XML:
GlideImage(
model = uri,
contentDescription =...,
)
The text was updated successfully, but these errors were encountered:
Glide Version: head
Integration libraries: compose
Device/Android Version: all
Issue details / Repro steps / Use case background:
Glide Compose does not stop animations when the app is in background, leading to extensive CPU usage.
The ImageViewTarget pauses the animation in onStop. The GlideImage should ideally do the same, preferably by default.
Option to pause animation in onPause instead of onStop would also be useful.
Layout XML:
The text was updated successfully, but these errors were encountered: