소스 검색

修复朋友圈权限问题

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