From c0269fcfa876b9c5cf309b2006462b4d09c5ef95 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 28 七月 2021 18:09:02 +0800 Subject: [PATCH] 包名及目录修改 --- library-NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library-NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java b/library-NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java index 7b779ee..f96de4f 100644 --- a/library-NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java +++ b/library-NineOldAndroids/src/com/nineoldandroids/animation/ObjectAnimator.java @@ -361,9 +361,9 @@ // No values yet - this animator is being constructed piecemeal. Init the values with // whatever the current propertyName is if (mProperty != null) { - setValues(PropertyValuesHolder.ofObject(mProperty, (TypeEvaluator)null, values)); + setValues(PropertyValuesHolder.ofObject(mProperty, null, values)); } else { - setValues(PropertyValuesHolder.ofObject(mPropertyName, (TypeEvaluator)null, values)); + setValues(PropertyValuesHolder.ofObject(mPropertyName, null, values)); } } else { super.setObjectValues(values); -- Gitblit v1.8.0