mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix football dice emoji
This commit is contained in:
@@ -72,7 +72,7 @@ private func rollingAnimationItem(account: Account, emojis: Signal<[TelegramMedi
|
||||
return .single(ManagedAnimationItem(source: .local("Darts_Aiming"), loop: true))
|
||||
case "🏀":
|
||||
return .single(ManagedAnimationItem(source: .local("Basketball_Bouncing"), loop: true))
|
||||
case "⚽️":
|
||||
case "⚽":
|
||||
return .single(ManagedAnimationItem(source: .local("Football_Bouncing"), loop: true))
|
||||
default:
|
||||
return animationItem(account: account, emojis: emojis, emoji: emoji, value: nil, loop: true)
|
||||
|
||||
Reference in New Issue
Block a user