am fb32c824: Merge "Fix start delay jank in ViewPropertyAnimator" into jb-mr2-dev
* commit 'fb32c82412111983236f44cbc8fd90f113d7ea34': Fix start delay jank in ViewPropertyAnimator
This commit is contained in:
@@ -838,7 +838,7 @@ public class ViewPropertyAnimator {
|
||||
NameValuesHolder nameValuePair = new NameValuesHolder(constantName, startValue, byValue);
|
||||
mPendingAnimations.add(nameValuePair);
|
||||
mView.removeCallbacks(mAnimationStarter);
|
||||
mView.post(mAnimationStarter);
|
||||
mView.postOnAnimation(mAnimationStarter);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user