mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Merge pull request #1228 from keywind/patch-2
[Examples] remove second [self addSubnode:self.soldOutOverlay]
This commit is contained in:
commit
0c335e3aba
@ -127,8 +127,6 @@ const CGFloat kSoldOutGBHeight = 50.0;
|
||||
self.soldOutLabelBackground.hidden = YES;
|
||||
self.soldOutLabelFlat.hidden = YES;
|
||||
|
||||
[self addSubnode:self.soldOutOverlay];
|
||||
|
||||
if ([ItemNode isRTL]) {
|
||||
self.titleLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
||||
self.firstInfoLabel.alignSelf = ASStackLayoutAlignSelfEnd;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user