Commit 9da34142 authored by wanglei's avatar wanglei

...

parent 97dbe37b
...@@ -72,8 +72,8 @@ class BookmarkActivity : BaseActivity<ActivityBookmarkBinding>() { ...@@ -72,8 +72,8 @@ class BookmarkActivity : BaseActivity<ActivityBookmarkBinding>() {
} }
}) })
val page = intent.extras?.getInt("page", 0) ?: 0 // val page = intent.extras?.getInt("page", 0) ?: 0
binding.viewPager2.currentItem = page // binding.viewPager2.currentItem = page
} }
override fun initListener() { override fun initListener() {
......
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