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

@@ -101,7 +101,7 @@ final class StickerPackPreviewGridItemNode: GridItemNode {
self.textNode.attributedText = NSAttributedString(string: text, font: textFont, textColor: .black, paragraphAlignment: .right)
if let dimensions = stickerItem.file.dimensions {
self.imageNode.setSignal(account: account, signal: chatMessageSticker(account: account, file: stickerItem.file, small: true))
self.stickerFetchedDisposable.set(fileInteractiveFetched(account: account, file: stickerItem.file).start())
self.stickerFetchedDisposable.set(freeMediaFileInteractiveFetched(account: account, file: stickerItem.file).start())
self.currentState = (account, stickerItem, dimensions)
self.setNeedsLayout()