junixapp/XPopup

BottomPopupView使用notDismissWhenTouchInView无效

Opened this issue · 0 comments

XPopup版本
2.9.19

手机系统和型号
oppo ace2 Android12

描述你的问题

new XPopup.Builder(mContext)
.hasShadowBg(false)
.hasBlurBg(false)
.isViewMode(true)
.isLightStatusBar(true)
.notDismissWhenTouchInView(binding.clMedicineBtn)
.asBottomList("test", new String[]{"1", "2"}, null, null)
.show();

执行这段代码,点击binding.clMedicineBtn控件,底部弹窗还是会消失