mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Folder improvements
This commit is contained in:
@@ -197,6 +197,12 @@ public class ImmediateTextNode: TextNode {
|
||||
}
|
||||
|
||||
public class ASTextNode: ImmediateTextNode {
|
||||
override public var attributedText: NSAttributedString? {
|
||||
didSet {
|
||||
self.setNeedsLayout()
|
||||
}
|
||||
}
|
||||
|
||||
override public init() {
|
||||
super.init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user