We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4030a commit ad47b58Copy full SHA for ad47b58
SDWebImageSwiftUI/Classes/AnimatedImage.swift
@@ -256,6 +256,7 @@ public struct AnimatedImage : PlatformViewRepresentable {
256
}
257
258
static func dismantleView(_ view: AnimatedImageViewWrapper, coordinator: ()) {
259
+ view.wrapped.sd_cancelCurrentImageLoad()
260
#if os(macOS)
261
view.wrapped.animates = false
262
#else
0 commit comments