mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
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()
|
height = adapter.delegate.topCoverHeight()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
manga_status.visibleIf(manga.status != 0)
|
||||||
manga_status.text = (itemView.context.getString(
|
manga_status.text = (itemView.context.getString(
|
||||||
when (manga.status) {
|
when (manga.status) {
|
||||||
SManga.ONGOING -> R.string.ongoing
|
SManga.ONGOING -> R.string.ongoing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue