同步poyo 修复问题 #a40ba0ce

This commit is contained in:
2024-10-31 16:59:43 +08:00
parent 71277bc75d
commit 7d68640200
2 changed files with 4 additions and 1 deletions

View File

@@ -411,7 +411,9 @@ public class CommonRefreshView extends FrameLayout implements View.OnClickListen
refresh();
}
}
public RecyclerView getRefreshView() {
return mRecyclerView;
}
public interface DataHelperNew {
void loadData(int p);