summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2014-03-12 14:52:07 -0700
committerSean Leonard <meanderingcode@aetherislands.net>2014-03-12 14:52:07 -0700
commita2427c1c41bad1fcd8626ca0659465ab3b74d9a2 (patch)
treefdb2b6ccf6f3de122c44d6468abef9a0a1bbc598 /src
parentc57c4d06541616e5843c0df738a95e8f16ec5693 (diff)
parentba1cfd6c63ad9ff372130247378f599c2e9fc7cd (diff)
Merge branch 'bug/sometimes-dashboard-ui-doesnt-get-built-properly-#5198' into develop
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 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);