Merge pull request #618 from soncaokim/NotRecentlyPlayedTweaks

Change the icon of the Not recently played playlist
This commit is contained in:
Eugene 2018-12-03 17:18:08 -05:00 committed by GitHub
commit f1932d05c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -17,7 +17,7 @@ import java.util.ArrayList;
public class NotRecentlyPlayedPlaylist extends AbsSmartPlaylist {
public NotRecentlyPlayedPlaylist(@NonNull Context context) {
super(context.getString(R.string.not_recently_played), R.drawable.ic_library_music_white_24dp);
super(context.getString(R.string.not_recently_played), R.drawable.ic_watch_later_white_24dp);
}
@NonNull