Fixed context results animated sticker size

This commit is contained in:
Ilya Laktyushin 2019-07-02 20:08:54 +02:00
parent 1e319a74fc
commit 7cee504412

View File

@ -383,7 +383,7 @@ final class HorizontalListContextResultsChatInputPanelItemNode: ListViewItemNode
animationNode.started = { [weak self] in
self?.imageNode.alpha = 0.0
}
animationNode.setup(account: item.account, resource: animatedStickerFile.resource, width: 140, height: 140, mode: .cached)
animationNode.setup(account: item.account, resource: animatedStickerFile.resource, width: 160, height: 160, mode: .cached)
}
}