Skip to content

Commit

Permalink
fix duration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Aug 8, 2014
1 parent 25c3dcc commit 7c66c6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public BaseViewAnimator setInterpolator(Interpolator interpolator) {
}

public long getDuration() {
return mAnimatorSet.getDuration();
return mDuration
}

public AnimatorSet getAnimatorAgent() {
Expand Down

0 comments on commit 7c66c6b

Please sign in to comment.