summaryrefslogtreecommitdiff
path: root/src/se/leap/bitmaskclient/DownloadFailedDialog.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/se/leap/bitmaskclient/DownloadFailedDialog.java')
-rw-r--r--src/se/leap/bitmaskclient/DownloadFailedDialog.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/se/leap/bitmaskclient/DownloadFailedDialog.java b/src/se/leap/bitmaskclient/DownloadFailedDialog.java
index b759b1a3..4930da95 100644
--- a/src/se/leap/bitmaskclient/DownloadFailedDialog.java
+++ b/src/se/leap/bitmaskclient/DownloadFailedDialog.java
@@ -62,7 +62,7 @@ public class DownloadFailedDialog extends DialogFragment {
ConfigHelper.removeFromSharedPref(ProviderItem.DANGER_ON);
ConfigHelper.removeFromSharedPref(EIP.ALLOWED_ANON);
ConfigHelper.removeFromSharedPref(EIP.KEY);
- interface_with_ConfigurationWizard.removeLastProviderItem();
+ interface_with_ConfigurationWizard.retrySetUpProvider();
dialog.dismiss();
}
});
@@ -73,7 +73,6 @@ public class DownloadFailedDialog extends DialogFragment {
public interface DownloadFailedDialogInterface {
public void retrySetUpProvider();
- public void removeLastProviderItem();
}
DownloadFailedDialogInterface interface_with_ConfigurationWizard;