Prevent ViewPropertyAnimators from getting started twice

This commit is contained in:
Michael Jurka
2012-05-13 15:35:02 -07:00
parent c8179e7805
commit 500998d401

View File

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