Various fixes

This commit is contained in:
Ilya Laktyushin
2025-09-28 03:01:43 +04:00
parent 2aa0a8b4a9
commit 6d59a6394a
20 changed files with 295 additions and 70 deletions

View File

@@ -602,6 +602,8 @@ public class ChatMessageReplyInfoNode: ASDisplayNode {
textCutout = TextNodeCutout(topLeft: CGSize(width: imageTextInset + 6.0, height: 10.0))
textCutoutWidth = imageTextInset + 6.0
}
} else if let _ = giftEmojiFileId {
additionalTitleWidth += 16.0
}
adjustedConstrainedTextSize.width -= textLeftInset