no message

This commit is contained in:
Peter
2017-08-15 14:44:14 +03:00
parent b6ded073ad
commit cbbcb12b3b
200 changed files with 4890 additions and 1362 deletions

View File

@@ -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