am 143a02aa: Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev

* commit '143a02aa79fbc28490bac39fabb6db0608774630':
  Prevent ViewPropertyAnimators from getting started twice
This commit is contained in:
Michael Jurka
2012-05-14 19:34:07 -07:00
committed by Android Git Automerger

View File

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