Browse Source

0.0.48.beta31
- 修复 WaitDialog 在通过自定义主题指定背景颜色、圆角无效的问题;

Kongzue 2 năm trước cách đây
mục cha
commit
4389f5bfb4

+ 0 - 5
DialogX/src/main/java/com/kongzue/dialogx/dialogs/WaitDialog.java

@@ -332,11 +332,6 @@ public class WaitDialog extends BaseDialog {
             if (backgroundColor == -1) backgroundColor = DialogX.tipBackgroundColor;
 
             blurViews = findAllBlurView(dialogView.get());
-            if (blurViews != null) {
-                for (View b : blurViews) {
-                    log(b);
-                }
-            }
 
             Integer blurFrontColor = getColor(isLightTheme() ? R.color.dialogxWaitBkgDark : R.color.dialogxWaitBkgLight);
             Float dialogXRadius = (float) dip2px(15);