mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 01:11:54 +01:00
Hide manga status if it is unknown
This commit is contained in:
parent
3bc3f417ac
commit
6682c99fd1
@ -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…
Reference in New Issue
Block a user