1、神龙送财金豆确认弹窗增加关闭图标
2、设置弹窗点击外部和返回键不能关闭
This commit is contained in:
@@ -71,6 +71,8 @@ public class DragonSendsMoneyPopup extends CenterPopupView {
|
||||
if (money >= 1000) {
|
||||
// 显示确认弹窗
|
||||
new XPopup.Builder(getContext())
|
||||
.dismissOnTouchOutside(false)
|
||||
.dismissOnBackPressed(false)
|
||||
.asCustom(new DragonRuleConfirmPopup(getContext(),goldMoney,money,mLiveUid))
|
||||
.show();
|
||||
dismiss();
|
||||
|
||||
Reference in New Issue
Block a user