Skip to content

Commit c469991

Browse files
committed
comment changed.
1 parent d118a51 commit c469991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/java/io/syslogic/github/dialog/ProgressDialogFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void endTask() {
124124
requireActivity().runOnUiThread(() ->
125125
this.mDataBinding.progressIndicator.setProgress(0));
126126
} else {
127-
/* Reset the progress indicator. */
127+
/* Display the relevant buttons when done. */
128128
requireActivity().runOnUiThread(() -> {
129129
this.mDataBinding.buttonCancel.setVisibility(View.GONE);
130130
this.mDataBinding.buttonClose.setVisibility(View.VISIBLE);

0 commit comments

Comments
 (0)