remove entry points in three dot menu in main screen
This commit is contained in:
parent
97102b3d6d
commit
5cb9c3f777
2 changed files with 1 additions and 21 deletions
|
|
@ -307,9 +307,6 @@ public class MainActivity extends AppCompatActivity {
|
|||
case R.id.action_about:
|
||||
NavigationHelper.openAbout(this);
|
||||
return true;
|
||||
case R.id.action_history:
|
||||
NavigationHelper.openHistory(this);
|
||||
return true;
|
||||
default:
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue