Skip to content

Commit

Permalink
Fix Bug:setCurProcess no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
czhongm committed May 6, 2016
1 parent b16af61 commit a363610
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 a363610

Please sign in to comment.