mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-21 18:32:19 +08:00
Fixed an issue where the preview image could appear twice
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
|
||||
// Unfortunately it's not possible to generate a preview image for an HTTP live stream asset, so we'll give up here
|
||||
// http://stackoverflow.com/questions/32112205/m3u8-file-avassetimagegenerator-error
|
||||
if (image) {
|
||||
if (image && _placeholderImageNode.image == nil) {
|
||||
UIImage *theImage = [UIImage imageWithCGImage:image];
|
||||
|
||||
_placeholderImageNode = [[ASImageNode alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user