mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-23 02:50:23 +08:00
2.0.beta9
1. api改为云函数反代 2. 记录漫画与章节的阅读进度 3. 详情页显示章节 4. 修复流量警告不再提醒无效
This commit is contained in:
@@ -280,11 +280,13 @@ class BookHandler(that: WeakReference<BookFragment>, private val path: String)
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun loadVolume(name: String, path: String, nav: Int){
|
private fun loadVolume(name: String, path: String, nav: Int){
|
||||||
Log.d("MyBH", "start to load chapter")
|
if(complete) {
|
||||||
val bundle = Bundle()
|
Log.d("MyBH", "start to load chapter")
|
||||||
bundle.putString("name", name)
|
val bundle = Bundle()
|
||||||
bundle.putString("path", path)
|
bundle.putString("name", name)
|
||||||
that?.rootView?.let { Navigation.findNavController(it).navigate(nav, bundle) }
|
bundle.putString("path", path)
|
||||||
|
that?.rootView?.let { Navigation.findNavController(it).navigate(nav, bundle) }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initComicData() {
|
private fun initComicData() {
|
||||||
|
|||||||
Reference in New Issue
Block a user