Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hearsilent committed Apr 17, 2019
1 parent bc45b49 commit 6efbff8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -370,7 +370,7 @@ public void setMaxProgress(int progress) {
invalidate();
}

public int getRightProgress() {
public int getMaxProgress() {
return mMaxProgress;
}

Expand Down

0 comments on commit 6efbff8

Please sign in to comment.