mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update ItemNode.m
addSubnode self.soldOutOverlay twice
This commit is contained in:
@@ -127,8 +127,6 @@ const CGFloat kSoldOutGBHeight = 50.0;
|
|||||||
self.soldOutLabelBackground.hidden = YES;
|
self.soldOutLabelBackground.hidden = YES;
|
||||||
self.soldOutLabelFlat.hidden = YES;
|
self.soldOutLabelFlat.hidden = YES;
|
||||||
|
|
||||||
[self addSubnode:self.soldOutOverlay];
|
|
||||||
|
|
||||||
if ([ItemNode isRTL]) {
|
if ([ItemNode isRTL]) {
|
||||||
self.titleLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
self.titleLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
||||||
self.firstInfoLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
self.firstInfoLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
||||||
|
|||||||
Reference in New Issue
Block a user