Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit ab1d4fc

Browse files
committed
fix: Correct static layer.
1 parent bf6bfd5 commit ab1d4fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Source/SVGAPlayer.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ @interface SVGAPlayer ()
2222
@property (nonatomic, strong) NSArray<SVGAAudioLayer *> *audioLayers;
2323
@property (nonatomic, strong) CADisplayLink *displayLink;
2424
@property (nonatomic, assign) NSInteger currentFrame;
25+
@property (nonatomic, copy) NSArray *contentLayers;
2526
@property (nonatomic, copy) NSDictionary<NSString *, UIImage *> *dynamicObjects;
2627
@property (nonatomic, copy) NSDictionary<NSString *, NSAttributedString *> *dynamicTexts;
2728
@property (nonatomic, copy) NSDictionary<NSString *, SVGAPlayerDynamicDrawingBlock> *dynamicDrawings;
@@ -35,8 +36,6 @@ @interface SVGAPlayer ()
3536

3637
@implementation SVGAPlayer
3738

38-
static NSArray *_contentLayers;
39-
4039
- (instancetype)initWithFrame:(CGRect)frame
4140
{
4241
self = [super initWithFrame:frame];

0 commit comments

Comments
 (0)