Skip to content

Commit 0340e69

Browse files
author
Isaac
committed
Fix text view
1 parent c016f0d commit 0340e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

submodules/TelegramUI/Components/Calls/CallScreen/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ swift_library(
6666
"//submodules/ComponentFlow",
6767
"//submodules/SSignalKit/SwiftSignalKit",
6868
"//submodules/TelegramUI/Components/AnimatedTextComponent",
69+
"//submodules/Components/MultilineTextComponent",
6970
"//submodules/AppBundle",
7071
"//submodules/UIKitRuntimeUtils",
7172
"//submodules/TelegramPresentationData",

submodules/TelegramUI/Components/Calls/CallScreen/Sources/Components/TitleView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ final class TextView: UIView {
6868
transition: .immediate,
6969
component: AnyComponent(MultilineTextComponent(
7070
text: .plain(attributedString),
71-
horizontalAlignment: alignment,
72-
lineSpacing: 0.6
71+
horizontalAlignment: alignment
7372
)),
7473
environment: {},
7574
containerSize: CGSize(width: constrainedWidth, height: 1000.0)

0 commit comments

Comments
 (0)