Skip to content

Commit

Permalink
Update ProgressStatusBar.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BaselHorany authored Jan 20, 2018
1 parent fa5ea57 commit fd571a5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ public void remove() {
mTextView.setText("");
pListener.onEnd();
}
if(ballsHandler!=null&&ballsRunnable!=null){
ballsHandler.removeCallbacks(ballsRunnable);
}
}

public interface OnProgressListener {
Expand Down

0 comments on commit fd571a5

Please sign in to comment.