优化非支付页面扫码点击问题

This commit is contained in:
mazengfei
2026-03-11 18:34:49 +08:00
parent f0b50ef82f
commit 45a7bf8369
3 changed files with 3 additions and 0 deletions
@@ -48,6 +48,7 @@ class CollectedFoodActivity : BaseActivity<ActivityCollectedFoodBinding>() {
override fun initialize() {
super.initialize()
registerKeyEvent()
binding.root.setOnClickListener { it.hideKeyboard() }
binding.rvFoodList.let {
it.layoutManager = LinearLayoutManager(this)