Commit bb130710 authored by wanglei's avatar wanglei

...

parent 32e0d10a
...@@ -37,7 +37,7 @@ class BookmarkFragment : BaseFragment<FragmentBookmarkBinding>() { ...@@ -37,7 +37,7 @@ class BookmarkFragment : BaseFragment<FragmentBookmarkBinding>() {
} }
bookmarkAdapter.moreAction = { view, bean -> bookmarkAdapter.moreAction = { view, bean ->
requireContext().showBookmarkMoreDialog( requireContext().showBookmarkMoreDialog(
view, 0, view, if (bean.isFolder) 0 else -1,
//新开 //新开
openNewTab = { openNewTab = {
startActivity(Intent(requireContext(), WebBrowserActivity::class.java).apply { startActivity(Intent(requireContext(), WebBrowserActivity::class.java).apply {
......
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