mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[ASLayout] Improve ASLayout (#2404)
* Add internal header for ASLayout and change position to readonly publicly * Don't copy sublayouts during tree filtering * Revert "Don't copy sublayouts during tree filtering" This reverts commit 6b0d54d5ffe5bb3941ec13696c9c45b0098b6ba1.
This commit is contained in:
committed by
Adlai Holler
parent
093653b507
commit
d407663e3f
@@ -11,6 +11,7 @@
|
||||
#import "ASStackBaselinePositionedLayout.h"
|
||||
|
||||
#import "ASLayoutSpecUtilities.h"
|
||||
#import "ASLayoutPrivate.h"
|
||||
|
||||
static CGFloat baselineForItem(const ASStackLayoutSpecStyle &style,
|
||||
const ASLayout *layout) {
|
||||
|
||||
Reference in New Issue
Block a user