no message

This commit is contained in:
Peter
2017-10-03 15:57:32 +03:00
parent 46295401ff
commit 0f26dc36a7
134 changed files with 2079 additions and 1058 deletions

View File

@@ -160,6 +160,7 @@ class ItemListAvatarAndNameInfoItem: ListViewItem, ItemListItem {
}
}
private let avatarFont: UIFont = UIFont(name: "ArialRoundedMTBold", size: 28.0)!
private let nameFont = Font.medium(19.0)
private let statusFont = Font.regular(15.0)
@@ -198,7 +199,7 @@ class ItemListAvatarAndNameInfoItemNode: ListViewItemNode {
self.bottomStripeNode = ASDisplayNode()
self.bottomStripeNode.isLayerBacked = true
self.avatarNode = AvatarNode(font: Font.regular(28.0))
self.avatarNode = AvatarNode(font: avatarFont)
self.updatingAvatarOverlay = ASImageNode()
self.updatingAvatarOverlay.displayWithoutProcessing = true