Skip to content

Commit

Permalink
优化细节
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jan 15, 2025
1 parent 469080e commit 0783511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ private float getRatio() {
public void setMax(int max) {
if (max > 0) {
this.mMax = max;
mProgressPercent = (int) (mProgress * 100.0f / mMax);
invalidate();
}
}
Expand Down

0 comments on commit 0783511

Please sign in to comment.