Skip to content

Commit 14e5fb0

Browse files
committed
基本完成,加了一些注释
1 parent fd6cb31 commit 14e5fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loadingbutton/src/main/java/com/flod/loadingbutton/LoadingButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ interface STATE {
7272

7373
private boolean nextShrinkReverse; //下一步是否是恢复动画
7474
private boolean isCancel; //是取消当前动画
75-
private boolean isFail;
75+
private boolean isFail;
7676

7777

7878
public LoadingButton(Context context) {

0 commit comments

Comments
 (0)