mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 09:38:52 +00:00
Fixed context results animated sticker size
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user