We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dff8c commit d2b3287Copy full SHA for d2b3287
app/src/main/java/com/linroid/sky31radio/view/ContentLoaderView.java
@@ -23,7 +23,7 @@
23
* Created by linroid on 2/3/15.
24
*/
25
public class ContentLoaderView extends FrameLayout implements SwipeRefreshLayout.OnRefreshListener, View.OnClickListener {
26
- public static final int LOAD_MORE_ITEM_SLOP = 1;
+ public static final int LOAD_MORE_ITEM_SLOP = 4;
27
View loadingView;
28
View emptyView;
29
View errorView;
0 commit comments