Emoji animations improvements

This commit is contained in:
Ilya Laktyushin
2021-09-10 23:26:54 +03:00
parent d592c8a0f3
commit 655600adb3
21 changed files with 350 additions and 37 deletions

View File

@@ -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