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:
I added a RequestListener because I wanted to get the loading status, and as a result onResourceReady was called twice, each time with a different target object
Glide load line / GlideModule (if any) / list Adapter code (if any):
Glide Version:
implementation 'com.github.bumptech.glide:glide:4.15.0'
kapt 'com.github.bumptech.glide:compiler:4.15.0'
implementation "com.github.bumptech.glide:okhttp3-integration:4.15.0"
implementation "com.github.bumptech.glide:compose:1.0.0-alpha.2"
Device/Android Version:
Android Emulator - Resizable - Android 13 Goolge APIs | x86_64
Issue details / Repro steps / Use case background:
I added a RequestListener because I wanted to get the loading status, and as a result onResourceReady was called twice, each time with a different target object
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Stack trace / LogCat:
Finally
Easier access to loading status. eg: when use Placeholder
GlideDemo.zip
The text was updated successfully, but these errors were encountered: