mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-29 01:29:02 +03:00
fix date not showing up in anime history
This commit is contained in:
parent
deb5e13b7b
commit
c3ac2ffca5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue