修复MainActivity中扫码枪按键事件触发页面按钮点击问题
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -151,6 +151,8 @@ class MainActivity : BaseActivity<ActivityMainBinding>() {
|
|||||||
override fun initialize() {
|
override fun initialize() {
|
||||||
super.initialize()
|
super.initialize()
|
||||||
isPageVisible = true
|
isPageVisible = true
|
||||||
|
// 拦截扫码枪按键事件,防止触发页面按钮点击
|
||||||
|
registerKeyEvent()
|
||||||
addBackEventListener()
|
addBackEventListener()
|
||||||
initView()
|
initView()
|
||||||
if (SpTool.firstGetFace) {
|
if (SpTool.firstGetFace) {
|
||||||
|
|||||||
Reference in New Issue
Block a user