Fixed icons and tab titles

This commit is contained in:
Somethingweirdhere 2018-06-11 11:01:18 +02:00 committed by Christian Schabesberger
parent 5cb7771484
commit be62a2bfc5
3 changed files with 79 additions and 9 deletions

View file

@ -111,7 +111,9 @@ public class StatisticsPlaylistFragment
@Override
protected void initViews(View rootView, Bundle savedInstanceState) {
super.initViews(rootView, savedInstanceState);
setTitle(getString(R.string.title_last_played));
if(!useAsFrontPage) {
setTitle(getString(R.string.title_last_played));
}
}
@Override