mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
no message
This commit is contained in:
@@ -1035,6 +1035,14 @@ class ChatMessageBubbleItemNode: ChatMessageItemView {
|
||||
}
|
||||
}
|
||||
|
||||
override func updateAutomaticMediaDownloadSettings() {
|
||||
if let item = self.item, let controllerInteraction = self.controllerInteraction {
|
||||
for contentNode in self.contentNodes {
|
||||
contentNode.updateAutomaticMediaDownloadSettings(controllerInteraction.automaticMediaDownloadSettings)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
override func updateSelectionState(animated: Bool) {
|
||||
guard let controllerInteraction = self.controllerInteraction else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user