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:
Karim Abou Zeid 2015-08-23 23:21:40 +02:00
commit 178dd04286
3 changed files with 8 additions and 0 deletions

View file

@ -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() {