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
In the initial screen I do a query and load the images using coil, in this screen if I reload the images coil fetches the images from memory without reloading, but when I navigate to anotherscreen coil reloads.
If I set networkCachePolicy(CachePolicy.DISABLED) I just get an empty space. I tried the answers on stackoverflow but still can't solve this problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the initial screen I do a query and load the images using coil, in this screen if I reload the images coil fetches the images from memory without reloading, but when I navigate to anotherscreen coil reloads.
If I set networkCachePolicy(CachePolicy.DISABLED) I just get an empty space. I tried the answers on stackoverflow but still can't solve this problem.
Here is a video that describes my problem:
https://github.com/user-attachments/assets/b270045d-5440-43e9-ad34-99ee147bdbc2
My ImageLoader:
Beta Was this translation helpful? Give feedback.
All reactions