From 7cee504412e05036a9b43f9db815fcc6ebb04abd Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 2 Jul 2019 20:08:54 +0200 Subject: [PATCH] Fixed context results animated sticker size --- .../HorizontalListContextResultsChatInputPanelItem.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift b/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift index 7b856965f1..5b3a8cb012 100644 --- a/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift +++ b/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift @@ -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) } }