Update API

This commit is contained in:
Ilya Laktyushin
2021-11-22 21:56:34 +04:00
parent eef0891e96
commit 48cc049d7b
20 changed files with 174 additions and 56 deletions

View File

@@ -1117,7 +1117,7 @@ class ChatMessageBubbleItemNode: ChatMessageItemView, ChatMessagePreviewItemNode
if allowFullWidth {
tmpWidth = baseWidth
if needsShareButton || isAd {
tmpWidth -= 38.0
tmpWidth -= 45.0
} else {
tmpWidth -= 4.0
}