Various fixes

This commit is contained in:
Ilya Laktyushin
2024-10-06 11:48:12 +04:00
parent aa23e95384
commit d47bbbeea0
9 changed files with 599 additions and 204 deletions

View File

@@ -374,7 +374,8 @@ private final class GiftViewSheetContent: CombinedComponent {
animationRenderer: component.context.animationRenderer,
placeholderColor: theme.list.mediaPlaceholderColor,
text: .plain(attributedText),
maximumNumberOfLines: 0
maximumNumberOfLines: 0,
handleSpoilers: true
)
)
))