mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Animated emoji improvements
This commit is contained in:
@@ -898,9 +898,9 @@ public class AttachmentTextInputPanelNode: ASDisplayNode, TGCaptionPanelView, AS
|
||||
let animationComponent = LottieAnimationComponent(
|
||||
animation: LottieAnimationComponent.AnimationItem(
|
||||
name: "anim_smiletosticker",
|
||||
colors: colors,
|
||||
mode: .animateTransitionFromPrevious
|
||||
),
|
||||
colors: colors,
|
||||
size: CGSize(width: 32.0, height: 32.0)
|
||||
)
|
||||
let inputNodeSize = self.inputModeView.update(
|
||||
|
||||
Reference in New Issue
Block a user