@@ -119,6 +119,8 @@ class LoginDialog(
}
return true // 消费 HID 事件
+ } else if (isHidInput) {
+ return true
// 非 HID 情况,正常让 EditText 或 Activity 处理