pull/32/head
kunfei 5 years ago
parent 3c0b6a3d29
commit 71afa982ba
  1. 2
      app/src/main/java/io/legado/app/ui/widget/page/PageView.kt

@ -52,7 +52,7 @@ class PageView(context: Context, attrs: AttributeSet) : FrameLayout(context, att
}
override fun getChapter(position: Int): TextChapter? {
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
return callback?.textChapter(position)
}
override fun getCurrentChapter(): TextChapter? {

Loading…
Cancel
Save