Skip to content

Commit

Permalink
Fix local sources showing a download button in details
Browse files Browse the repository at this point in the history
  • Loading branch information
Jays2Kings committed Feb 17, 2023
1 parent d683af3 commit 37314ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class ChapterHolder(
}

binding.downloadButton.downloadButton.isVisible = !manga.isLocal() && !isLocked
localSource = manga.isLocal()

ChapterUtil.setTextViewForChapter(binding.chapterTitle, item, hideStatus = isLocked)

Expand Down

0 comments on commit 37314ba

Please sign in to comment.