mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-26 22:11:27 +00:00
wasn't copying alignSelf
This commit is contained in:
@@ -98,6 +98,7 @@ static Class gDefaultLayoutOptionsClass = nil;
|
||||
self.spacingBefore = layoutOptions.spacingBefore;
|
||||
self.flexGrow = layoutOptions.flexGrow;
|
||||
self.flexShrink = layoutOptions.flexShrink;
|
||||
self.alignSelf = layoutOptions.alignSelf;
|
||||
|
||||
self.ascender = layoutOptions.ascender;
|
||||
self.descender = layoutOptions.descender;
|
||||
|
||||
Reference in New Issue
Block a user