summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2013-12-03 12:08:17 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2013-12-03 12:08:30 -0800
commitdc417fbfc67d8edaad58effde3a6a73fbeeab1da (patch)
treea5520ee8356cf2cafad36311bfd7e917836ca8d9 /src
parentd4804491840c90afb06f4d675601be4c87b23591 (diff)
parenta3f9c9e1c0e79c18648d896d4f45d448ec4ef285 (diff)
Merge branch 'bug/login-button-from-Provider-Details-does-not-always-trigger-login-dialog-#4647' into develop
Signed-off-by: Sean Leonard <meanderingcode@aetherislands.net>
Diffstat (limited to 'src')
-rw-r--r--src/se/leap/bitmaskclient/Dashboard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/se/leap/bitmaskclient/Dashboard.java b/src/se/leap/bitmaskclient/Dashboard.java
index 8a1a62a6..ca619e9f 100644
--- a/src/se/leap/bitmaskclient/Dashboard.java
+++ b/src/se/leap/bitmaskclient/Dashboard.java
@@ -115,7 +115,7 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data){
- if ( requestCode == CONFIGURE_LEAP ) {
+ if ( requestCode == CONFIGURE_LEAP || requestCode == SWITCH_PROVIDER) {
if ( resultCode == RESULT_OK ){
ConfigHelper.saveSharedPref(EIP.AUTHED_EIP, authed_eip);
startService( new Intent(EIP.ACTION_UPDATE_EIP_SERVICE) );