removed dot menu where its no longer needed
This commit is contained in:
parent
7e17bdf369
commit
9d773d6e8a
7 changed files with 1 additions and 43 deletions
|
|
@ -99,11 +99,6 @@ public class AboutActivity extends AppCompatActivity {
|
|||
case android.R.id.home:
|
||||
finish();
|
||||
return true;
|
||||
case R.id.action_settings:
|
||||
NavigationHelper.openSettings(this);
|
||||
return true;
|
||||
case R.id.action_show_downloads:
|
||||
return NavigationHelper.openDownloads(this);
|
||||
}
|
||||
|
||||
return super.onOptionsItemSelected(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue