This commit is contained in:
Jobobby04
2020-11-29 20:38:36 -05:00
parent 1118fe7cf7
commit 8110a2cabd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ class MdUtil {
allChapters.remove(it.chapter_number.floor())
}
if (allChapters.size <= 0) return null
if (allChapters.isEmpty()) return null
return allChapters.size.toString()
}
return null