mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fixed asciiArtString. (#2523)
This commit is contained in:
@@ -50,12 +50,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
previousLayout:(std::shared_ptr<ASDisplayNodeLayout>)previousLayout NS_DESIGNATED_INITIALIZER;
|
||||
|
||||
/**
|
||||
* Insert and remove subnodes that where added or removed between the previousLayout and the pendingLayout
|
||||
* Insert and remove subnodes that were added or removed between the previousLayout and the pendingLayout
|
||||
*/
|
||||
- (void)commitTransition;
|
||||
|
||||
/**
|
||||
* Insert all new subnodes that where added between the previous layout and the pending layout
|
||||
* Insert all new subnodes that were added between the previous layout and the pending layout
|
||||
*/
|
||||
- (void)applySubnodeInsertions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user