This commit is contained in:
kunfei 2020-02-09 18:00:45 +08:00
parent cdb8cacefc
commit 035006b09e

View File

@ -22,7 +22,7 @@ object BookChapterList {
bookSource: BookSource,
baseUrl: String
): List<BookChapter> {
var chapterList = arrayListOf<BookChapter>()
var chapterList = ArrayList<BookChapter>()
body ?: throw Exception(
App.INSTANCE.getString(R.string.error_get_web_content, baseUrl)
)