Skip to content

Commit

Permalink
update state button
Browse files Browse the repository at this point in the history
Signed-off-by: wangdongdong <[email protected]>
  • Loading branch information
wangdongdong committed Apr 19, 2017
1 parent b665a1b commit dbb0156
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ public void setState(BUTTON_STATES state) {
}
}

public CircleTextProgressbar getProgressbar() {
return mCircleTextProgressbar;
}

public void stopProgress() {
mCircleTextProgressbar.stop();
}
Expand Down

0 comments on commit dbb0156

Please sign in to comment.