Skip to content

Commit 7c66c6b

Browse files
committed
fix duration errors
1 parent 25c3dcc commit 7c66c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/daimajia/androidanimations/library/BaseViewAnimator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public BaseViewAnimator setInterpolator(Interpolator interpolator) {
122122
}
123123

124124
public long getDuration() {
125-
return mAnimatorSet.getDuration();
125+
return mDuration
126126
}
127127

128128
public AnimatorSet getAnimatorAgent() {

0 commit comments

Comments
 (0)