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 am closing this issue since I am not able to reproduce the issue with 1.0.0-alpha.4-SNAPSHOT.
This PR #5062 fixed the issue.
On alpha3 updating the model cause the Painter to launch a new coroutine without canceling the previous one.
This means we will never clear the target awaitClose { requestManager.clear(target) }
Those coroutine will be cancel only when leaving the compose tree.
Glide Version:
compose:1.0.0-alpha.3
Device/Android Version:
API 31
Issue details / Repro steps / Use case background:
When updating
GlideImage
model, previous bitmap is kept in memory.The text was updated successfully, but these errors were encountered: