mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Fix
This commit is contained in:
parent
5da006c4ea
commit
62a02ec197
@ -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: {},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user