Fix layout

This commit is contained in:
Isaac
2024-05-03 23:17:25 +04:00
parent e4af93bf56
commit 0f12dceca7
2 changed files with 20 additions and 6 deletions

View File

@@ -211,7 +211,7 @@ final class MessageItemView: UIView {
placeholderColor: presentationData.theme.chat.message.stickerPlaceholderColor.withWallpaper,
text: .plain(textString),
maximumNumberOfLines: 0,
lineSpacing: 0.12,
lineSpacing: 0.0,
cutout: textCutout,
insets: UIEdgeInsets()
)),