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:
@@ -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