We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2424e15 commit b75c799Copy full SHA for b75c799
Sources/OpenSwiftUICore/Animation/Animatable/AnimatableAttribute.swift
@@ -474,7 +474,7 @@ final package class AnimatorState<V> where V: VectorArithmetic {
474
package func removeListeners() {
475
listeners.forEach { $0.animationWasRemoved() }
476
listeners = []
477
- listeners.forEach { $0.animationWasRemoved() }
+ logicalListeners.forEach { $0.animationWasRemoved() }
478
logicalListeners = []
479
}
480
0 commit comments