no message

This commit is contained in:
Peter
2016-12-06 12:12:43 +03:00
parent 07bf615a90
commit d093d7fa3f
112 changed files with 18518 additions and 626 deletions

View File

@@ -97,6 +97,7 @@ final class ChatMessageDateHeaderNode: ListViewItemHeaderNode {
self.backgroundNode.image = backgroundImage(color: UIColor(0x748391, 0.45))
self.stickBackgroundNode.image = backgroundImage(color: UIColor(0x939fab, 0.5))
self.stickBackgroundNode.alpha = 0.0
self.backgroundNode.addSubnode(self.stickBackgroundNode)
self.addSubnode(self.backgroundNode)
self.addSubnode(self.labelNode)