测试修复首页闪屏问题
This commit is contained in:
@@ -416,6 +416,10 @@ public class CommonRefreshView extends FrameLayout implements View.OnClickListen
|
||||
mRecyclerView.addItemDecoration(gridSpacingItemDecoration);
|
||||
}
|
||||
|
||||
public RecyclerView getRefreshView() {
|
||||
return mRecyclerView;
|
||||
}
|
||||
|
||||
public interface DataHelperNew {
|
||||
void loadData(int p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user