mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] emoji
This commit is contained in:
@@ -260,7 +260,6 @@ final class StickerPackEmojisItemNode: GridItemNode {
|
||||
renderer: animationRenderer,
|
||||
placeholderColor: theme.chat.inputPanel.primaryTextColor.withMultipliedAlpha(0.1),
|
||||
blurredBadgeColor: theme.chat.inputPanel.panelBackgroundColor.withMultipliedAlpha(0.5),
|
||||
displayPremiumBadgeIfAvailable: false,
|
||||
pointSize: itemNativeFitSize,
|
||||
onUpdateDisplayPlaceholder: { [weak self] displayPlaceholder, _ in
|
||||
guard let strongSelf = self else {
|
||||
|
||||
Reference in New Issue
Block a user