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 working on integrate lottie with Glide. Glide will cache those loaded resources, for example LottieDrawable. then i found a context memory leak, a reference chain like below
ImageAssetManager has a current context(actually activity) reference, the context used just for loading bitmap. so can we replace this context with application context?
The text was updated successfully, but these errors were encountered:
i'm working on integrate lottie with Glide. Glide will cache those loaded resources, for example LottieDrawable. then i found a context memory leak, a reference chain like below
![wecom-temp-c8c74d921d3c392e601922ac72a92c4b](https://user-images.githubusercontent.com/24306410/178209862-144e7b1a-ed45-4e08-bd11-749eb965d924.png)
ImageAssetManager has a current context(actually activity) reference, the context used just for loading bitmap. so can we replace this context with application context?
The text was updated successfully, but these errors were encountered: