浏览代码

0.0.43.beta6..

kongzue 3 年之前
父节点
当前提交
c1007c9511
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DialogX/src/main/java/com/kongzue/dialogx/util/views/BlurView.java

+ 1 - 1
DialogX/src/main/java/com/kongzue/dialogx/util/views/BlurView.java

@@ -488,7 +488,7 @@ public class BlurView extends View {
         }.start();
     }
     
-    public static boolean DEBUGMODE = true;
+    public static boolean DEBUGMODE = false;
     
     static boolean isDebug() {
         return DEBUGMODE && DialogX.DEBUGMODE;