Various improvements

This commit is contained in:
Ilya Laktyushin
2025-07-31 09:55:21 +02:00
parent 02097cc6da
commit ddb09c821d
6 changed files with 68 additions and 103 deletions

View File

@@ -1031,7 +1031,8 @@ public class ChatMessageGiftBubbleContentNode: ChatMessageBubbleContentNode {
creatorButtonBackgroundNode.removeFromSupernode()
}
}
strongSelf.creatorButtonTitleNode.frame = CGRect(origin: CGPoint(x: 9.0, y: 1.0), size: creatorButtonTitleLayout.size)
let creatorButtonTitleNodeFrame = CGRect(origin: CGPoint(x: 9.0, y: 1.0 + UIScreenPixel), size: creatorButtonTitleLayout.size)
strongSelf.creatorButtonTitleNode.frame = creatorButtonTitleNodeFrame
animation.animator.updateFrame(layer: strongSelf.creatorButtonNode.layer, frame: creatorButtonFrame, completion: nil)