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 }