Skip to content

Commit

Permalink
Fixed issue with UI state after stopping media
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy White committed Aug 5, 2014
1 parent f07f039 commit 16f5a8e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,11 +405,8 @@ public void onClick(View view) {

@Override
public void onSuccess(Object response) {
disableMedia();
stopUpdating();

positionTextView.setText("--:--");
durationTextView.setText("--:--");
mSeekBar.setProgress(0);
}

@Override
Expand Down

0 comments on commit 16f5a8e

Please sign in to comment.