diff options
author | Parménides GV <parmegv@sdf.org> | 2014-09-18 19:48:20 +0200 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-09-18 19:48:52 +0200 |
commit | 7780f13af9ad5a58d3f87ff4cc76ded6e79e59f5 (patch) | |
tree | b336db06a4f8e8beccaa91b6c0e17026ca831cdc /app/src/debug/java/se/leap | |
parent | 7e7c1454f9a6d45b0f1ccf4e0242f814089d25a8 (diff) |
Updated ics-openvpn, restart after 1' being killed
Fixed notifications too (forgot to do it in another branch, it's #5964).
Diffstat (limited to 'app/src/debug/java/se/leap')
-rw-r--r-- | app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java b/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java index 153cb731..c405d06f 100644 --- a/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java +++ b/app/src/debug/java/se/leap/bitmaskclient/ConfigurationWizard.java @@ -96,7 +96,7 @@ implements ProviderListFragment.Callbacks, NewProviderDialogInterface, ProviderD @Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- preferences = preferences;
+ preferences = getSharedPreferences(Dashboard.SHARED_PREFERENCES, MODE_PRIVATE); setContentView(R.layout.configuration_wizard_activity);
mProgressBar = (ProgressBar) findViewById(R.id.progressbar_configuration_wizard);
|