Remove Settings button from download activity
This commit is contained in:
parent
c7b4705538
commit
8754cbb38f
2 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue