mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +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 {
|
if allEqual {
|
||||||
disableAnimation = true
|
disableAnimation = true
|
||||||
}
|
}
|
||||||
} else if abs(previousEntries.count - entries.count) > 2 {
|
} else if abs(previousEntries.count - entries.count) > 10 {
|
||||||
disableAnimation = true
|
disableAnimation = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user