diff options
author | Parménides GV <parmegv@sdf.org> | 2014-03-12 12:42:13 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-03-12 12:45:41 +0100 |
commit | ba1cfd6c63ad9ff372130247378f599c2e9fc7cd (patch) | |
tree | fdb2b6ccf6f3de122c44d6468abef9a0a1bbc598 /src/se/leap | |
parent | 87826ce5c276489d74b37618b9d534b32e446eca (diff) |
Login action bar button shown when applicable.
Diffstat (limited to 'src/se/leap')
-rw-r--r-- | src/se/leap/bitmaskclient/Dashboard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/se/leap/bitmaskclient/Dashboard.java b/src/se/leap/bitmaskclient/Dashboard.java index b4d06f23..65fd2d5b 100644 --- a/src/se/leap/bitmaskclient/Dashboard.java +++ b/src/se/leap/bitmaskclient/Dashboard.java @@ -110,7 +110,7 @@ public class Dashboard extends Activity implements LogInDialog.LogInDialogInterf updateEIP.setAction(EIP.ACTION_UPDATE_EIP_SERVICE); startService(updateEIP); buildDashboard(); - + invalidateOptionsMenu(); if(data != null && data.hasExtra(LogInDialog.VERB)) { View view = ((ViewGroup)findViewById(android.R.id.content)).getChildAt(0); logInDialog(view, Bundle.EMPTY); |