Skip to content

Commit d2b3287

Browse files
committed
修改LOAD_MORE_ITEM_SLOP常量值
1 parent e5dff8c commit d2b3287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/linroid/sky31radio/view/ContentLoaderView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Created by linroid on 2/3/15.
2424
*/
2525
public class ContentLoaderView extends FrameLayout implements SwipeRefreshLayout.OnRefreshListener, View.OnClickListener {
26-
public static final int LOAD_MORE_ITEM_SLOP = 1;
26+
public static final int LOAD_MORE_ITEM_SLOP = 4;
2727
View loadingView;
2828
View emptyView;
2929
View errorView;

0 commit comments

Comments
 (0)