Loading core/java/android/animation/ObjectAnimator.java +3 −2 Original line number Diff line number Diff line Loading @@ -977,8 +977,9 @@ public final class ObjectAnimator extends ValueAnimator { @Override void animateValue(float fraction) { final Object target = getTarget(); if (target == null) { // We lost the target reference, cancel and clean up. if (mTarget != null && target == null) { // We lost the target reference, cancel and clean up. Note: we allow null target if the /// target has never been set. cancel(); return; } Loading Loading
core/java/android/animation/ObjectAnimator.java +3 −2 Original line number Diff line number Diff line Loading @@ -977,8 +977,9 @@ public final class ObjectAnimator extends ValueAnimator { @Override void animateValue(float fraction) { final Object target = getTarget(); if (target == null) { // We lost the target reference, cancel and clean up. if (mTarget != null && target == null) { // We lost the target reference, cancel and clean up. Note: we allow null target if the /// target has never been set. cancel(); return; } Loading