Allow more animations

This commit is contained in:
Ali 2021-03-17 21:49:52 +04:00
parent 3fd1eaa141
commit 8f96c71ca1

View File

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