mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
no message
This commit is contained in:
@@ -258,6 +258,7 @@ final class TextNode: ASDisplayNode {
|
||||
|
||||
var updated = false
|
||||
if let existingLayout = existingLayout, existingLayout.constrainedSize == constrainedSize && existingLayout.maximumNumberOfLines == maximumNumberOfLines && existingLayout.truncationType == truncationType && existingLayout.cutout == cutout {
|
||||
|
||||
let stringMatch: Bool
|
||||
if let existingString = existingLayout.attributedString, let string = attributedString {
|
||||
stringMatch = existingString.isEqual(to: string)
|
||||
|
||||
Reference in New Issue
Block a user