Skip to content

Commit

Permalink
fixed warkiz#62
Browse files Browse the repository at this point in the history
  • Loading branch information
warkiz committed Jun 6, 2018
1 parent cfbb627 commit fe2d262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ public OnSeekChangeListener getOnSeekChangeListener() {
*
* @param progress a new progress value , if the new progress is less than min ,
* it will set to min;
* if over max ,will be max.
* if over max ,will be max.
*/
public synchronized void setProgress(float progress) {
mProgress = MathUtils.constrain(progress, mMin, mMax);
Expand Down

0 comments on commit fe2d262

Please sign in to comment.