- AlertDialog → Dialog + 自定义布局,绕过AlertController触摸干扰 - 添加 setCancelable(false) + setCanceledOnTouchOutside(false) 双重防护 - 移除DialogInterface.OnShowListener,改用按钮直接绑定OnClickListener
- AlertDialog → Dialog + 自定义布局,绕过AlertController触摸干扰 - 添加 setCancelable(false) + setCanceledOnTouchOutside(false) 双重防护 - 移除DialogInterface.OnShowListener,改用按钮直接绑定OnClickListener