Without //noinspection SimplifiableIfStatement editor warns you because it can be simplified:
return id == R.id.action_settings;
But this is probably not what you want here, you will need to put something in the if later (for example, run the "Settings" action).
source share