This commit is contained in:
Ali
2021-12-06 16:22:43 +04:00
parent 56f5a58ede
commit 2397f3c5b1
2 changed files with 87 additions and 10 deletions

View File

@@ -365,6 +365,7 @@ class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
let _ = textApply()
animation.animator.updateFrame(layer: strongSelf.textNode.layer, frame: textFrame, completion: nil)
//strongSelf.textNode.frame = textFrame
if let (_, spoilerTextApply) = spoilerTextLayoutAndApply {
let spoilerTextNode = spoilerTextApply()