Skip to content

Commit

Permalink
Add settings title
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Oct 24, 2023
1 parent 725fa78 commit e45c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/billthefarmer/tuner/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ protected void onCreate(Bundle savedInstanceState)
// Enable back navigation on action bar
ActionBar actionBar = getActionBar();
actionBar.setDisplayHomeAsUpEnabled(true);

setTitle(R.string.settings);
}

// On options item selected
Expand Down

0 comments on commit e45c956

Please sign in to comment.