diff options
author | Parménides GV <parmegv@sdf.org> | 2013-10-14 15:52:38 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2013-12-10 18:10:09 +0100 |
commit | 718857cc244a778ba56f96b0bcf05dc22407f414 (patch) | |
tree | 56bb340a35eb000ad903eb2e4364b3bac25f62d9 /src/se/leap/bitmaskclient/Dashboard.java | |
parent | 66a147efac201c8088fee98f26e02e3bd8979fab (diff) |
Provider setup: One method downloads everything.
This method uses another 3 to download each file.
Next step: broadcast progress and remove unnecessary methods.
Diffstat (limited to 'src/se/leap/bitmaskclient/Dashboard.java')
-rw-r--r-- | src/se/leap/bitmaskclient/Dashboard.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/se/leap/bitmaskclient/Dashboard.java b/src/se/leap/bitmaskclient/Dashboard.java index 65ff2800..0ae7085a 100644 --- a/src/se/leap/bitmaskclient/Dashboard.java +++ b/src/se/leap/bitmaskclient/Dashboard.java @@ -243,6 +243,7 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf } eipStop(); } + ConfigHelper.removeFromSharedPref(Provider.KEY); startActivityForResult(new Intent(this,ConfigurationWizard.class), SWITCH_PROVIDER); return true; case R.id.login_button: |