mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fixes bug #1077
This commit is contained in:
@@ -47,8 +47,8 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[_delegate willLayoutSubviewsOfTableViewCell:self];
|
||||
[super layoutSubviews];
|
||||
[_delegate willLayoutSubviewsOfTableViewCell:self];
|
||||
}
|
||||
|
||||
- (void)didTransitionToState:(UITableViewCellStateMask)state
|
||||
|
||||
Reference in New Issue
Block a user