am a6336747: Merge "Fix a copy/paste typo in ViewPropertyAnimator"
* commit 'a6336747a42fa5b64f82b7fe57ddf614d1fda9b2': Fix a copy/paste typo in ViewPropertyAnimator
This commit is contained in:
@@ -314,8 +314,8 @@ public class ViewPropertyAnimator {
|
||||
*/
|
||||
public ViewPropertyAnimator setStartDelay(long startDelay) {
|
||||
if (startDelay < 0) {
|
||||
throw new IllegalArgumentException("Animators cannot have negative duration: " +
|
||||
startDelay);
|
||||
throw new IllegalArgumentException("Animators cannot have negative start " +
|
||||
"delay: " + startDelay);
|
||||
}
|
||||
mStartDelaySet = true;
|
||||
mStartDelay = startDelay;
|
||||
|
||||
Reference in New Issue
Block a user