Commit 9e47eb95 authored by wanglei's avatar wanglei

...

parent abb45d9e
......@@ -402,6 +402,7 @@ class PdfActivity : BaseActivity<ActivityPdfBinding>(), PdfView {
override fun onMoveToChild(i: Int) {
binding.tvPageCount.text = "${i + 1}/${muPDFCore?.countPages()}"
pdfPageAdapter.changeSelectPager(i)
binding.rvPager.scrollToPosition(i)
setVerticalSeekbar(i + 1, muPDFCore?.countPages() ?: 0)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment