mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Input node improvements
This commit is contained in:
@@ -63,7 +63,8 @@ final class EntityKeyboardAnimationTopPanelComponent: Component {
|
||||
let itemLayer = EmojiPagerContentComponent.View.ItemLayer(
|
||||
item: EmojiPagerContentComponent.Item(
|
||||
emoji: "",
|
||||
file: component.file
|
||||
file: component.file,
|
||||
stickerPackItem: nil
|
||||
),
|
||||
context: component.context,
|
||||
groupId: "topPanel",
|
||||
@@ -72,6 +73,8 @@ final class EntityKeyboardAnimationTopPanelComponent: Component {
|
||||
cache: component.animationCache,
|
||||
renderer: component.animationRenderer,
|
||||
placeholderColor: .lightGray,
|
||||
blurredBadgeColor: .clear,
|
||||
displayPremiumBadgeIfAvailable: false,
|
||||
pointSize: CGSize(width: 28.0, height: 28.0)
|
||||
)
|
||||
self.itemLayer = itemLayer
|
||||
|
||||
Reference in New Issue
Block a user