mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Allow more animations
This commit is contained in:
parent
3fd1eaa141
commit
8f96c71ca1
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user