测试修复首页闪屏问题

This commit is contained in:
2024-10-11 16:39:58 +08:00
parent 381d906bdc
commit a40ba0ceb1
2 changed files with 7 additions and 1 deletions

View File

@@ -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);