mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix preexisting code - missing super call
This commit is contained in:
@@ -317,6 +317,8 @@ static NSArray *DefaultLinkAttributeNames = @[ NSLinkAttributeName ];
|
||||
|
||||
- (void)calculatedLayoutDidChange
|
||||
{
|
||||
[super calculatedLayoutDidChange];
|
||||
|
||||
ASLayout *layout = self.calculatedLayout;
|
||||
if (layout != nil) {
|
||||
_constrainedSize = layout.size;
|
||||
|
||||
Reference in New Issue
Block a user