@@ -13,7 +13,8 @@ class LoadingProgressDialog(context: Context) :
get() = CommonDialogLoadingProgressBinding.inflate(layoutInflater)
override fun initView() {
- setCanceledOnTouchOutside(false)
+ // 可以取消,防止出现异常导致无法进行操作
+// setCanceledOnTouchOutside(false)
}
override fun show() {