* commit 'd92ab153a3a33dcd1304661a9929112ab0b40d5a': 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