File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
submodules/TelegramUI/Components/Calls/CallScreen Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments