mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Allow more animations
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user