Skip to content

Commit

Permalink
always show the hidden service menu
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed May 9, 2018
1 parent 93e6cf3 commit 074411a
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -425,12 +425,6 @@ public boolean onCreateOptionsMenu(Menu menu) {
super.onCreateOptionsMenu(menu);
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.orbot_main, menu);

//We don't support these on per SDK 23
if (BuildConfig.FLAVOR.equals("minimalperm")) {
menu.findItem(R.id.menu_hidden_services_main).setVisible(false);
}

return true;
}

Expand Down

0 comments on commit 074411a

Please sign in to comment.