From 32dfb1ed6cbf9d76edd0a7feb22b027b2e17e024 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Thu, 4 Jul 2019 16:46:42 +0200 Subject: [PATCH] Fixed animated stickers fetch in suggestion panel --- .../HorizontalListContextResultsChatInputPanelItem.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift b/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift index 5b3a8cb012..d3edac1f91 100644 --- a/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift +++ b/submodules/TelegramUI/TelegramUI/HorizontalListContextResultsChatInputPanelItem.swift @@ -323,6 +323,7 @@ final class HorizontalListContextResultsChatInputPanelItemNode: ListViewItemNode strongSelf.item = item strongSelf.currentImageResource = imageResource strongSelf.currentVideoFile = videoFile + strongSelf.currentAnimatedStickerFile = currentAnimatedStickerFile if let imageApply = imageApply { if let updateImageSignal = updateImageSignal {