Code review

This commit is contained in:
Son 2018-12-03 22:46:08 +01:00
commit 4768f9f688
2 changed files with 2 additions and 2 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_watch_later_black_24dp);
super(context.getString(R.string.not_recently_played), R.drawable.ic_watch_later_white_24dp);
}
@NonNull