mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Improvements
This commit is contained in:
@@ -384,7 +384,7 @@ open class ListViewItemNode: ASDisplayNode, AccessibilityFocusableNode {
|
||||
animation.applyAt(timestamp)
|
||||
|
||||
if animation.completeAt(timestamp) {
|
||||
animations.remove(at: i)
|
||||
self.animations.remove(at: i)
|
||||
animationCount -= 1
|
||||
i -= 1
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user