This commit is contained in:
Claudio Rotolo 2026-06-09 20:27:05 +02:00 committed by GitHub
commit 0075327461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -163,9 +163,9 @@ private final class ChatButtonKeyboardInputButtonNode: HighlightTrackingButtonNo
size: iconSize,
placeholderColor: theme.overallDarkAppearance ? UIColor(white: 1.0, alpha: 0.1) : UIColor(white: 0.0, alpha: 0.1),
themeColor: theme.list.itemPrimaryTextColor,
loopMode: .count(0)
loopMode: .forever
),
isVisibleForAnimations: true,
isVisibleForAnimations: context.sharedContext.energyUsageSettings.loopEmoji,
action: nil
)),
environment: {},

View file

@ -557,9 +557,9 @@ private final class ChatMessageActionButtonNode: ASDisplayNode {
size: emojiIconSize,
placeholderColor: theme.theme.overallDarkAppearance ? UIColor(white: 1.0, alpha: 0.1) : UIColor(white: 0.0, alpha: 0.1),
themeColor: titleColor,
loopMode: .count(0)
loopMode: .forever
),
isVisibleForAnimations: true,
isVisibleForAnimations: context.sharedContext.energyUsageSettings.loopEmoji,
action: nil
)),
environment: {},