Fixed a bug where the favorites playlist would not show the heart icon when initially added. Brought back the "Tag editor" label to the song tag editor.
This commit is contained in:
parent
35d3e52684
commit
178dd04286
3 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ public class SongTagEditorActivity extends AbsTagEditorActivity implements TextW
|
|||
|
||||
setNoImageMode();
|
||||
setUpViews();
|
||||
|
||||
//noinspection ConstantConditions
|
||||
getSupportActionBar().setTitle(R.string.action_tag_editor);
|
||||
}
|
||||
|
||||
private void setUpViews() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue