mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +00:00
Fix bad rebase
This commit is contained in:
parent
2d93192b9f
commit
01876ae683
@ -150,7 +150,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
|||||||
|
|
||||||
- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated
|
- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated
|
||||||
{
|
{
|
||||||
[super setHighlighted:highlighted];
|
[super setHighlighted:highlighted animated:animated];
|
||||||
_node.highlighted = highlighted;
|
_node.highlighted = highlighted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user