mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -621,7 +621,7 @@ private final class TooltipScreenNode: ViewControllerTracingNode {
|
||||
text: .plain(attributedText),
|
||||
horizontalAlignment: self.textAlignment == .center ? .center : .left,
|
||||
truncationType: .end,
|
||||
maximumNumberOfLines: 3,
|
||||
maximumNumberOfLines: 0,
|
||||
lineSpacing: 0.2,
|
||||
highlightAction: nil,
|
||||
tapAction: { _, _ in
|
||||
|
||||
Reference in New Issue
Block a user