bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.61k stars 6.12k forks source link

Fatal Exception: java.lang.IllegalStateException Cannot recycle a resource while it is still acquired #5430

Open minorlai opened 2 months ago

minorlai commented 2 months ago

Glide Version:

4.16.0

Integration libraries:

Device/Android Version:

Issue details / Repro steps / Use case background:

Glide load line / GlideModule (if any) / list Adapter code (if any):

Glide.with...

Layout XML:

<FrameLayout xmlns:android="...

Stack trace / LogCat:

paste stack trace and/or log here

image