Slightly improve editing animation

This commit is contained in:
Ali
2021-12-05 11:28:52 +04:00
parent 97153be273
commit 56f5a58ede
2 changed files with 21 additions and 13 deletions

View File

@@ -363,7 +363,6 @@ class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
}
}
strongSelf.textNode.displaysAsynchronously = !item.presentationData.isPreview && !item.presentationData.theme.theme.forceSync
let _ = textApply()
animation.animator.updateFrame(layer: strongSelf.textNode.layer, frame: textFrame, completion: nil)