removed dot menu where its no longer needed

This commit is contained in:
Karol Kaminski 2020-01-13 20:28:32 +01:00
parent 7e17bdf369
commit 9d773d6e8a
7 changed files with 1 additions and 43 deletions

View file

@ -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);