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
Device/Android Version:
samsung SM-S908E/DS Android 13 One UI5.0
samsung SM-A5460 Android 14 One UI6.1
I also tried some other devices of my colleagues, and it was the same
Issue details / Repro steps / Use case background:
When I use GlideImage in compose, when my application is on the home page, there are two tabs switching back and forth. Under the premise that the current tab has loaded the image and there is a cache, the image will continue to be reloaded when switching back again, causing the screen flashing problem. However, when I use Coil, there is no such phenomenon. Is there any special setting required?
the video:
20241227-151928.mp4
The text was updated successfully, but these errors were encountered:
GlideImage flashing
Glide Version:
implementation("com.github.bumptech.glide:glide:5.0.0-rc01")
platform("androidx.compose:compose-bom:2024.09.00")
implementation("com.github.skydoves:landscapist-glide:2.4.5")
Integration libraries:
api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
Device/Android Version:
samsung SM-S908E/DS Android 13 One UI5.0
samsung SM-A5460 Android 14 One UI6.1
I also tried some other devices of my colleagues, and it was the same
Issue details / Repro steps / Use case background:
When I use GlideImage in compose, when my application is on the home page, there are two tabs switching back and forth. Under the premise that the current tab has loaded the image and there is a cache, the image will continue to be reloaded when switching back again, causing the screen flashing problem. However, when I use Coil, there is no such phenomenon. Is there any special setting required?
the video:
20241227-151928.mp4
The text was updated successfully, but these errors were encountered: