mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Voice Chat UI fixes
This commit is contained in:
@@ -74,6 +74,8 @@ private func rollingAnimationItem(account: Account, emojis: Signal<[TelegramMedi
|
||||
return .single(ManagedAnimationItem(source: .local("Basketball_Bouncing"), loop: true))
|
||||
case "⚽":
|
||||
return .single(ManagedAnimationItem(source: .local("Football_Bouncing"), loop: true))
|
||||
case "🎳":
|
||||
return .single(ManagedAnimationItem(source: .local("Bowling_Aiming"), loop: true))
|
||||
default:
|
||||
return animationItem(account: account, emojis: emojis, emoji: emoji, value: nil, loop: true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user