1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-07 10:43:48 +00: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);
}