Browse Source

修复朋友圈权限问题

Bitliker 8 years ago
parent
commit
1568f68137

+ 1 - 1
app_core/common/src/main/java/com/core/widget/view/HorizontalStepsView.java

@@ -74,7 +74,7 @@ public class HorizontalStepsView extends View {
         if (titles == null || progress > titles.length)
             new Exception("titles can not be null  or progress can not out of titles.length");
         this.progress = progress;
-        if (titles.length>0){
+        if (titles.length > 0) {
             this.titles = titles;
         }
         invalidate();