Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-08-07 22:55:08 +03:00
parent 6b3103bafc
commit 2e989d1369
46 changed files with 1743 additions and 254 deletions

View File

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