mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Copy sublayers to avoid NSFastEnumerationMutation exception
This commit is contained in:
@@ -351,7 +351,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/**
|
||||
* @abstract The receiver's immediate subnodes.
|
||||
*/
|
||||
@property (nonatomic, readonly, strong) NSArray<ASDisplayNode *> *subnodes;
|
||||
@property (nonatomic, readonly, copy) NSArray<ASDisplayNode *> *subnodes;
|
||||
|
||||
/**
|
||||
* @abstract The receiver's supernode.
|
||||
|
||||
Reference in New Issue
Block a user