You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an animation controller starts its ticker and then immediately calls resync(), the framework incorrectly assumes that the ticker was disposed of and throws an error.
If an animation controller starts its ticker and then immediately calls
resync(), the framework incorrectly assumes that the ticker was disposed of and throws an error.I'll submit a PR with a test to demonstrate this.