[WIP] emoji

This commit is contained in:
Ali
2022-07-19 03:46:32 +02:00
parent de23adfd6e
commit ee4cc8599c
2 changed files with 2 additions and 3 deletions

View File

@@ -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 {