Merge remote-tracking branch 'origin/master'

This commit is contained in:
gedoor
2022-01-17 14:11:46 +08:00
4 changed files with 49 additions and 7 deletions
@@ -842,7 +842,7 @@ class ReadBookActivity : BaseReadBookActivity(),
startActivity<WebViewActivity> {
putExtra("title", getString(R.string.chapter_pay))
putExtra("url", it)
IntentData.put(it, ReadBook.bookSource)
IntentData.put(it, ReadBook.bookSource?.getHeaderMap(true))
}
}
}.onError {