admin
2021-07-28 c0269fcfa876b9c5cf309b2006462b4d09c5ef95
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);