Hide manga status if it is unknown
This commit is contained in:
parent
3bc3f417ac
commit
6682c99fd1
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ class MangaHeaderHolder(
|
|||
height = adapter.delegate.topCoverHeight()
|
||||
}
|
||||
|
||||
manga_status.visibleIf(manga.status != 0)
|
||||
manga_status.text = (itemView.context.getString(
|
||||
when (manga.status) {
|
||||
SManga.ONGOING -> R.string.ongoing
|
||||
|
|
Reference in a new issue