修复漫画阅读点击翻页的一些问题

新增设置某漫画阅读模式为默认值的功能
新增长按保存图片的开关
This commit is contained in:
HapeLee
2025-10-20 23:18:33 +08:00
parent 3615c84619
commit 112ad3f3d0
@@ -74,7 +74,6 @@ class ExploreFragment() : VMBaseFragment<ExploreViewModel>(R.layout.fragment_exp
private val groups = linkedSetOf<String>()
private var exploreFlowJob: Job? = null
private var groupsMenu: SubMenu? = null
private var currentSearchKey: String? = null
override fun onFragmentCreated(view: View, savedInstanceState: Bundle?) {
setSupportToolbar(binding.topBar)