Fix webpage transcription animation

This commit is contained in:
Ali
2022-05-31 16:30:49 +04:00
parent 7cb9f925bd
commit 3f3741ab89
3 changed files with 23 additions and 7 deletions

View File

@@ -96,6 +96,11 @@ final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContentNode {
}
}
}
self.contentNode.requestUpdateLayout = { [weak self] in
if let strongSelf = self, let item = strongSelf.item {
let _ = item.controllerInteraction.requestMessageUpdate(item.message.id)
}
}
}
required init?(coder aDecoder: NSCoder) {