Fix build

This commit is contained in:
Ilya Laktyushin
2022-07-25 08:14:09 +03:00
parent 495a336be8
commit 3837bbbb22

View File

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