kongzue 3 gadi atpakaļ
vecāks
revīzija
c1007c9511

+ 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;