Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
143a02aa79
@@ -342,6 +342,7 @@ public class ViewPropertyAnimator {
|
||||
* otherwise), then this method can be used.
|
||||
*/
|
||||
public void start() {
|
||||
mView.removeCallbacks(mAnimationStarter);
|
||||
startAnimation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user