mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Assorted fixes
This commit is contained in:
@@ -28,7 +28,7 @@ class ChatMessageReplyInfoNode: ASDisplayNode {
|
||||
override init() {
|
||||
self.contentNode = ASDisplayNode()
|
||||
self.contentNode.isUserInteractionEnabled = false
|
||||
self.contentNode.displaysAsynchronously = true
|
||||
self.contentNode.displaysAsynchronously = false
|
||||
self.contentNode.contentMode = .left
|
||||
self.contentNode.contentsScale = UIScreenScale
|
||||
|
||||
|
||||
Reference in New Issue
Block a user