Assorted fixes

This commit is contained in:
Ali
2020-10-25 22:28:23 +04:00
parent 000a1ebc31
commit 48c7c19537
18 changed files with 69 additions and 39 deletions

View File

@@ -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