|
@@ -91,7 +91,7 @@ public class InterestCorrectionCourseListFragment extends BaseMVPFragment<FgInte
|
|
|
|
|
|
mAdapter = new VIPCourseCourseListAdapter();
|
|
|
EmptyViewLayout emptyViewLayout = new EmptyViewLayout(getContext());
|
|
|
- emptyViewLayout.setContent(com.cooleshow.base.R.drawable.icon_empty_course, "暂无课程");
|
|
|
+ emptyViewLayout.setContent(com.cooleshow.base.R.drawable.icon_empty_course, "暂无内容");
|
|
|
mViewBinding.recyclerViewList.setLayoutManager(new LinearLayoutManager(getContext()));
|
|
|
mViewBinding.recyclerViewList.setAdapter(mAdapter);
|
|
|
mAdapter.setEmptyView(emptyViewLayout);
|