Skip to content

Commit

Permalink
Quick crash fix from overzealous refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantcheese committed Jun 8, 2019
1 parent 7b381b9 commit 173846e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ public void onUploadingProgress(int percent) {
currentProgress.setVisibility(View.VISIBLE);
}

currentProgress.setText(percent);
currentProgress.setText(String.valueOf(percent));
}
}

Expand Down

0 comments on commit 173846e

Please sign in to comment.