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 6231a1a commit b612cb9Copy full SHA for b612cb9
ByRecyclerview/src/main/java/me/jingbin/library/adapter/BaseByRecyclerViewAdapter.java
@@ -223,14 +223,14 @@ private void checkNoNull() {
223
/**
224
* 设置空布局(状态布局),在 setPageData() 时使用到
225
*/
226
- public void setEmptyView(View emptyView) {
+ public void setPageEmptyView(View emptyView) {
227
this.mStateView = emptyView;
228
}
229
230
231
232
233
- public void setEmptyView(int emptyLayoutId) {
+ public void setPageEmptyView(int emptyLayoutId) {
234
if (mRecyclerView == null) {
235
return;
236
0 commit comments