We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b4705 commit 8754cbbCopy full SHA for 8754cbb
2 files changed
app/src/main/java/org/schabi/newpipe/download/DownloadActivity.java
@@ -80,9 +80,6 @@ public boolean onOptionsItemSelected(MenuItem item) {
80
case android.R.id.home:
81
onBackPressed();
82
return true;
83
- case R.id.action_settings:
84
- NavigationHelper.openSettings(this);
85
- return true;
86
default:
87
return super.onOptionsItemSelected(item);
88
}
app/src/main/res/menu/download_menu.xml
@@ -26,8 +26,4 @@
26
android:icon="?attr/ic_delete"
27
android:title="@string/clear_download_history"
28
app:showAsAction="ifRoom" />
29
-
30
- <item android:id="@+id/action_settings"
31
- android:title="@string/settings"
32
- app:showAsAction="never" />
33
</menu>
0 commit comments