瀏覽代碼

Append comment and PR no

onevcat 2 年之前
父節點
當前提交
fa7ff166a9
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sources/Views/AnimatedImageView.swift

+ 1 - 0
Sources/Views/AnimatedImageView.swift

@@ -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
                 // 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.
                 // some performance loss, but there is little we can do.
                 // https://github.com/onevcat/Kingfisher/issues/1844
                 // https://github.com/onevcat/Kingfisher/issues/1844
+                // https://github.com/onevcat/Kingfisher/pulls/2194
                 guard let unretainedImage = CGImage.create(ref: cgImage) else {
                 guard let unretainedImage = CGImage.create(ref: cgImage) else {
                     return KFCrossPlatformImage(cgImage: cgImage)
                     return KFCrossPlatformImage(cgImage: cgImage)
                 }
                 }