Skip to content

Commit bd7eb5d

Browse files
committed
延迟500毫秒之后再弹回
1 parent 57a7c5d commit bd7eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/lmy/header/AnyHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void onStartAnimator(@NonNull RefreshLayout refreshLayout, int height, in
9797

9898
@Override
9999
public int onFinish(@NonNull RefreshLayout refreshLayout, boolean success) {
100-
return 0;
100+
return 500;//延迟500毫秒之后再弹回
101101
}
102102

103103
@Override

0 commit comments

Comments
 (0)