Skip to content

Commit

Permalink
Append comment and PR no
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 11, 2024
1 parent c5528ef commit fa7ff16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Views/AnimatedImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ extension AnimatedImageView {
// To get a workaround, create another image ref and use that to create the final image. This leads to
// some performance loss, but there is little we can do.
// https://github.com/onevcat/Kingfisher/issues/1844
// https://github.com/onevcat/Kingfisher/pulls/2194
guard let unretainedImage = CGImage.create(ref: cgImage) else {
return KFCrossPlatformImage(cgImage: cgImage)
}
Expand Down

0 comments on commit fa7ff16

Please sign in to comment.