From 8f96c71ca1c934c3cac0c93e3bd31a53dd1ccc0f Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 17 Mar 2021 21:49:52 +0400 Subject: [PATCH] Allow more animations --- submodules/TelegramCallsUI/Sources/VoiceChatController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift index 9019a62c05..9b05041785 100644 --- a/submodules/TelegramCallsUI/Sources/VoiceChatController.swift +++ b/submodules/TelegramCallsUI/Sources/VoiceChatController.swift @@ -3188,7 +3188,7 @@ public final class VoiceChatController: ViewController { if allEqual { disableAnimation = true } - } else if abs(previousEntries.count - entries.count) > 2 { + } else if abs(previousEntries.count - entries.count) > 10 { disableAnimation = true }