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 ba1b364 commit ee17bb0Copy full SHA for ee17bb0
SDWebImageSwiftUI/Classes/AnimatedImage.swift
@@ -350,7 +350,7 @@ public struct AnimatedImage : PlatformViewRepresentable {
350
}
351
352
// Animated Image does not support resizing mode and rendering mode
353
- if let image = view.wrapped.image, !image.sd_isAnimated, !image.conforms(to: SDAnimatedImageProtocol.self) {
+ if let image = view.wrapped.image, !image.conforms(to: SDAnimatedImageProtocol.self) {
354
var image = image
355
// ResizingMode
356
if let resizingMode = imageLayout.resizingMode, imageLayout.capInsets != EdgeInsets() {
0 commit comments