Forráskód Böngészése

memory cost should not be copied between different UIImage, it's a getter-only method in general

DreamPiggy 6 éve
szülő
commit
7f0789aca9
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      SDWebImage/Private/SDAssociatedObject.m

+ 0 - 2
SDWebImage/Private/SDAssociatedObject.m

@@ -24,6 +24,4 @@ void SDImageCopyAssociatedObject(UIImage * _Nullable source, UIImage * _Nullable
     target.sd_isDecoded = source.sd_isDecoded;
     // Extended Cache Data
     target.sd_extendedObject = source.sd_extendedObject;
-    // Memory Cache Cost
-    target.sd_memoryCost = source.sd_memoryCost;
 }