Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev

This commit is contained in:
Michael Jurka
2012-05-14 14:04:27 -07:00
committed by Android (Google) Code Review

View File

@@ -342,6 +342,7 @@ public class ViewPropertyAnimator {
* otherwise), then this method can be used.
*/
public void start() {
mView.removeCallbacks(mAnimationStarter);
startAnimation();
}