mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix local sources showing a download button in details
This commit is contained in:
parent
d683af3f96
commit
37314ba675
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class ChapterHolder(
|
||||||
}
|
}
|
||||||
|
|
||||||
binding.downloadButton.downloadButton.isVisible = !manga.isLocal() && !isLocked
|
binding.downloadButton.downloadButton.isVisible = !manga.isLocal() && !isLocked
|
||||||
|
localSource = manga.isLocal()
|
||||||
|
|
||||||
ChapterUtil.setTextViewForChapter(binding.chapterTitle, item, hideStatus = isLocked)
|
ChapterUtil.setTextViewForChapter(binding.chapterTitle, item, hideStatus = isLocked)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue