We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d118a51 commit c469991Copy full SHA for c469991
mobile/src/main/java/io/syslogic/github/dialog/ProgressDialogFragment.java
@@ -124,7 +124,7 @@ public void endTask() {
124
requireActivity().runOnUiThread(() ->
125
this.mDataBinding.progressIndicator.setProgress(0));
126
} else {
127
- /* Reset the progress indicator. */
+ /* Display the relevant buttons when done. */
128
requireActivity().runOnUiThread(() -> {
129
this.mDataBinding.buttonCancel.setVisibility(View.GONE);
130
this.mDataBinding.buttonClose.setVisibility(View.VISIBLE);
0 commit comments