1
0
Fork 0
mirror of https://github.com/TeamNewPipe/NewPipe.git synced 2025-10-03 17:59:41 +02:00

remove entry points in three dot menu in main screen

This commit is contained in:
Christian Schabesberger 2018-03-30 11:52:05 +02:00
parent d6f7b4706b
commit 2986004638
2 changed files with 1 additions and 21 deletions

View file

@ -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);
}