Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
636 stars 24 forks source link

Ability to trigger reload on loading failure #99

Open Matcha-xiaobin opened 6 months ago

Matcha-xiaobin commented 6 months ago

当图片加载失败时,显示一个 ‘重新加载’ 的按钮,用户点击后,重新加载这个图片

luca992 commented 6 months ago

You want a way to trigger an image to try to reload if it fails?

Matcha-xiaobin commented 6 months ago

You want a way to trigger an image to try to reload if it fails?

是的