fix date not showing up in anime history

This commit is contained in:
jmir1 2021-05-24 23:44:06 +02:00
parent deb5e13b7b
commit c3ac2ffca5

View file

@ -59,7 +59,7 @@ class AnimeHistoryHolder(
binding.animeSubtitle.text = itemView.context.getString(
R.string.recent_manga_time,
formattedNumber,
Date(animehistory.episode_id).toTimestampString()
Date(animehistory.last_seen).toTimestampString()
)
} else {
binding.animeSubtitle.text = Date(animehistory.last_seen).toTimestampString()