mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Initial support for channel stats
UI fixes
This commit is contained in:
@@ -1449,6 +1449,8 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
|
||||
actionButtonsNode.removeFromSupernode()
|
||||
strongSelf.actionButtonsNode = nil
|
||||
}
|
||||
|
||||
strongSelf.updateSearchTextHighlightState()
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -1958,6 +1960,12 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
|
||||
}
|
||||
}
|
||||
|
||||
override func updateSearchTextHighlightState() {
|
||||
for contentNode in self.contentNodes {
|
||||
contentNode.updateSearchTextHighlightState(text: self.item?.controllerInteraction.searchTextHighightState)
|
||||
}
|
||||
}
|
||||
|
||||
override func updateHighlightedState(animated: Bool) {
|
||||
super.updateHighlightedState(animated: animated)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user