mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-04-23 07:11:23 +00:00
Remove Settings button from download activity
This commit is contained in:
@@ -80,9 +80,6 @@ public class DownloadActivity extends AppCompatActivity {
|
||||
case android.R.id.home:
|
||||
onBackPressed();
|
||||
return true;
|
||||
case R.id.action_settings:
|
||||
NavigationHelper.openSettings(this);
|
||||
return true;
|
||||
default:
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user