summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-11-14 20:35:27 +0100
committerParménides GV <parmegv@sdf.org>2013-11-14 20:35:27 +0100
commit97da9475ac740f3fb1f75c68995fe827fb917015 (patch)
tree3636b6cf08c78452c5f1499d3163bd6a90a288fc
parent1de7124be9914c47d4561088b6e0dabdf57b5db8 (diff)
Removed an spurious comment.
-rw-r--r--src/se/leap/bitmaskclient/ConfigurationWizard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/se/leap/bitmaskclient/ConfigurationWizard.java b/src/se/leap/bitmaskclient/ConfigurationWizard.java
index 395e6142..a0ac1bc2 100644
--- a/src/se/leap/bitmaskclient/ConfigurationWizard.java
+++ b/src/se/leap/bitmaskclient/ConfigurationWizard.java
@@ -143,7 +143,7 @@ implements ProviderListFragment.Callbacks, NewProviderDialog.NewProviderDialogIn
}
else if(resultCode == ProviderAPI.INCORRECTLY_DOWNLOADED_JSON_FILES) {
//Toast.makeText(getApplicationContext(), R.string.incorrectly_downloaded_json_files_message, Toast.LENGTH_LONG).show();
- //mProgressDialog.dismiss();
+ mProgressDialog.dismiss();
setResult(RESULT_CANCELED, mConfigState);
}
else if(resultCode == ProviderAPI.CORRECTLY_DOWNLOADED_CERTIFICATE) {