download not showing up fix
This commit is contained in:
parent
3693179c78
commit
5459908201
3 changed files with 5 additions and 3 deletions
|
@ -387,7 +387,7 @@ class OfflineMangaFragment : Fragment(), OfflineMangaSearchListener {
|
|||
val bannerUri: Uri? = if (banner.exists()) {
|
||||
Uri.fromFile(banner)
|
||||
} else null
|
||||
val title = mediaModel.nameMAL ?: mediaModel.nameRomaji
|
||||
val title = mediaModel.mainName()
|
||||
val score = ((if (mediaModel.userScore == 0) (mediaModel.meanScore
|
||||
?: 0) else mediaModel.userScore) / 10.0).toString()
|
||||
val isOngoing =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue