This commit is contained in:
Ilya Laktyushin 2025-08-08 00:39:30 +04:00
parent 5da006c4ea
commit 62a02ec197

View File

@ -156,7 +156,8 @@ final class VideoAdComponent: Component {
animationCache: component.context.animationCache, animationCache: component.context.animationCache,
animationRenderer: component.context.animationRenderer, animationRenderer: component.context.animationRenderer,
placeholderColor: UIColor.white.withAlphaComponent(0.2), placeholderColor: UIColor.white.withAlphaComponent(0.2),
text: .plain(attributedText) text: .plain(attributedText),
maximumNumberOfLines: 0
) )
), ),
environment: {}, environment: {},