Skip to content

Commit b86da5c

Browse files
author
scwang90
committed
项目介绍排版
1 parent 208a231 commit b86da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh-layout/src/main/java/com/scwang/smartrefresh/layout/api/RefreshContent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ public interface RefreshContent {
3030
void setupComponent(RefreshKernel kernel, View fixedHeader, View fixedFooter);
3131
void onInitialHeaderAndFooter(int headerHeight, int footerHeight);
3232

33-
AnimatorUpdateListener onLoadingFinish(int footerHeight, Interpolator mReboundInterpolator, int mReboundDuration);
33+
AnimatorUpdateListener onLoadingFinish(int footerHeight, Interpolator reboundInterpolator, int reboundDuration);
3434
}

0 commit comments

Comments
 (0)