Merge commit '3837bbbb223bd9982c732809b66d71b6801a9fd6' into beta

This commit is contained in:
Ilya Laktyushin 2022-07-25 08:14:35 +03:00
commit 70e72863fb

View File

@ -408,10 +408,6 @@ class ChatMessageGiftBubbleContentNode: ChatMessageBubbleContentNode {
}
}
override func unreadMessageRangeUpdated() {
self.updateVisibility()
}
private func updateVisibility() {
guard let item = self.item else {
return