mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[AsyncDisplayKit] Fix a few comment typos and minor compiler strictness warnings. (#2932)
This commit is contained in:
@@ -185,7 +185,7 @@ __weak static ASLayoutElementInspectorCell *__currentlyOpenedCell = nil;
|
||||
switch (_propertyType) {
|
||||
|
||||
case ASLayoutElementPropertyAlignSelf:
|
||||
_layoutElementToEdit.style.alignSelf = index;
|
||||
_layoutElementToEdit.style.alignSelf = (ASStackLayoutAlignSelf)index;
|
||||
_textNode.attributedText = [ASLayoutElementInspectorCell attributedStringFromString:[ASLayoutElementInspectorCell alignSelfEnumValueString:index]];
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user