mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Emoji animations improvements
This commit is contained in:
@@ -328,7 +328,9 @@ final class PeerInputActivityManager {
|
||||
|
||||
let timeout: Double
|
||||
switch activity {
|
||||
case .speakingInGroupCall:
|
||||
case .interactingWithEmoji:
|
||||
timeout = 2.0
|
||||
case .speakingInGroupCall, .seeingEmojiInteraction:
|
||||
timeout = 3.0
|
||||
default:
|
||||
timeout = 8.0
|
||||
|
||||
Reference in New Issue
Block a user