描述:选择支付方式的弹窗点击非窗体能关闭弹窗

This commit is contained in:
level 2024-08-14 15:55:55 +08:00
parent 0882c868df
commit 92ca12bf6d
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ class RechargeFragment : BaseFragment() {
private fun orderPayment(data: Trade) {
activity?.let {
MaterialDialog(it).show {
this.cancelable(false)
this.cancelable(true)
cornerRadius(res = R.dimen.dp_10)
customView(
R.layout.backup_payment_dialog,