Various fixes

This commit is contained in:
Ilya Laktyushin
2023-01-19 16:14:44 +04:00
parent 50a789e9ed
commit ab9d4748ec
6 changed files with 36 additions and 5 deletions

View File

@@ -190,7 +190,7 @@ public final class TextAlertContentNode: AlertContentNode {
titleNode.attributedText = title
titleNode.displaysAsynchronously = false
titleNode.isUserInteractionEnabled = false
titleNode.maximumNumberOfLines = 2
titleNode.maximumNumberOfLines = 4
titleNode.truncationType = .end
titleNode.isAccessibilityElement = true
self.titleNode = titleNode