Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Version used: 1.0.0
Devices/Android versions reproduced on: Android S
1. When springAnimation is running, use animateToFinalPosition() to change the finalPosition.
2. Use cancel() to cancel the springAnimation immediately
3. Reset a new finalPosition for the springAnimation by springAnimation.getSpring().setFinalPosition()
4. start the springAnimation again.
5. When springAnimation end, the finalPosition is animateToFinalPosition() in step 1 not setFinalPosition() in step 3
Because when cancel, the mPendingPosition of SpringAnimation is not reset.
he operation process is provided in the attachment.