mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Emoji status and reaction improvements
This commit is contained in:
@@ -295,8 +295,8 @@ class EmojiHeaderComponent: Component {
|
||||
context: component.context,
|
||||
animationCache: component.animationCache,
|
||||
animationRenderer: component.animationRenderer,
|
||||
content: .emojiStatus(
|
||||
status: PeerEmojiStatus(fileId: component.fileId),
|
||||
content: .animation(
|
||||
content: .customEmoji(fileId: component.fileId),
|
||||
size: CGSize(width: 100.0, height: 100.0),
|
||||
placeholderColor: component.placeholderColor
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user