Merge pull request #2330 from dreampiggy/bugfix_watchOS_animated_image
Fix that watchOS UIImage+WebCache does not mark as available and cause crash
This commit is contained in:
commit
522e729094
|
@ -10,7 +10,7 @@
|
|||
#import "NSImage+Compatibility.h"
|
||||
#import "objc/runtime.h"
|
||||
|
||||
#if SD_UIKIT
|
||||
#if SD_UIKIT || SD_WATCH
|
||||
|
||||
@implementation UIImage (WebCache)
|
||||
|
||||
|
|
Loading…
Reference in New Issue