This commit is contained in:
gedoor 2022-01-07 18:01:29 +08:00
parent cfbbb52d2c
commit ac2eda9809

View File

@ -892,7 +892,7 @@ class ReadBookActivity : BaseReadBookActivity(),
override fun onTocRegexDialogResult(tocRegex: String) {
ReadBook.book?.let {
it.tocUrl = tocRegex
viewModel.loadChapterList(it)
loadChapterList(it)
}
}