lint
This commit is contained in:
@@ -223,7 +223,7 @@ object Chapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun firstPageExists(mangaId: Int, chapterId: Int): Boolean {
|
private fun firstPageExists(mangaId: Int, chapterId: Int): Boolean {
|
||||||
val chapterDir = Page.getChapterDir(mangaId, chapterId)
|
val chapterDir = getChapterDir(mangaId, chapterId)
|
||||||
|
|
||||||
return CachedImageResponse.findFileNameStartingWith(
|
return CachedImageResponse.findFileNameStartingWith(
|
||||||
chapterDir,
|
chapterDir,
|
||||||
|
|||||||
Reference in New Issue
Block a user