Skip to content

Commit

Permalink
Merge pull request #4 from czhongm/master
Browse files Browse the repository at this point in the history
Fix Bug:setCurProcess no effect
  • Loading branch information
feeeei committed May 6, 2016
2 parents b16af61 + a363610 commit 377af9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ public void setCurProcess(int curProcess) {
if (mChangListener != null) {
mChangListener.onChanged(this, mMaxProcess, curProcess);
}
mCurAngle = (double) mCurProcess / mMaxProcess * 360.0;
invalidate();
}

Expand Down

0 comments on commit 377af9b

Please sign in to comment.