Skip to content

Commit ef4a4fc

Browse files
committed
update comment
1 parent d729a94 commit ef4a4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/General/KingfisherManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ public class KingfisherManager: @unchecked Sendable {
602602
@Sendable func checkResultImageAndCallback(_ inputImage: KFCrossPlatformImage) {
603603
var image = inputImage
604604
if image.kf.imageFrameCount != nil && image.kf.imageFrameCount != 1, options.imageCreatingOptions != image.kf.imageCreatingOptions, let data = image.kf.animatedImageData {
605-
// Always recreate animated image representation since it is possible to be loaded in different options.
605+
// Recreate animated image representation when loaded in different options.
606606
// https://github.com/onevcat/Kingfisher/issues/1923
607607
image = options.processor.process(item: .data(data), options: options) ?? .init()
608608
}

0 commit comments

Comments
 (0)