mirror of
https://github.com/SDWebImage/SDWebImage.git
synced 2026-04-07 19:27:40 +00:00
Merge pull request #3831 from thoughtful-inc/master
Do not ignore blendMode in SDImageTintTransformer
This commit is contained in:
@@ -309,7 +309,7 @@ NSString * _Nullable SDThumbnailedKeyForKey(NSString * _Nullable key, CGSize thu
|
||||
if (!image) {
|
||||
return nil;
|
||||
}
|
||||
return [image sd_tintedImageWithColor:self.tintColor];
|
||||
return [image sd_tintedImageWithColor:self.tintColor blendMode:self.blendMode];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user