SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.18k stars 224 forks source link

Fix the issue for WebImage/AnimatedImage when url is nil will not cause the reloading #304

Closed dreampiggy closed 6 months ago

dreampiggy commented 6 months ago

This close #303

I tested the both of these example and it worked as expected now. Here is a example ContentView3 in Demo)

(Click both Toggle valid/nil URL and Switch between WebImage/AnimatedImage)