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

@@ -173,7 +173,7 @@ class ChatMessageDateAndStatusNode: ASDisplayNode {
override init() {
self.dateNode = TextNode()
self.dateNode.isUserInteractionEnabled = false
self.dateNode.displaysAsynchronously = true
self.dateNode.displaysAsynchronously = false
super.init()