mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix retain cycles in ASDisplayNode and ASTableView
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
/**
|
||||
* @abstract The receiver's supernode.
|
||||
*/
|
||||
@property (nonatomic, readonly, assign) ASDisplayNode *supernode;
|
||||
@property (nonatomic, readonly, weak) ASDisplayNode *supernode;
|
||||
|
||||
|
||||
/** @name Drawing and Updating the View */
|
||||
|
||||
Reference in New Issue
Block a user