浏览代码

修复朋友圈权限问题

Bitliker 8 年之前
父节点
当前提交
1568f68137
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app_core/common/src/main/java/com/core/widget/view/HorizontalStepsView.java

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