[rm] 删除重复文件

This commit is contained in:
liujing
2020-08-14 16:44:10 +08:00
parent dea5f745c9
commit f18bd5c863
2 changed files with 1 additions and 46 deletions

View File

@@ -66,7 +66,7 @@ public class V2XShareEventAdapter extends RecyclerView.Adapter<RecyclerView.View
shareLoadStatusViewHolder holder = new shareLoadStatusViewHolder(v);
return holder;
}else {
View v = shareLayoutInflater.inflate(R.layout.item_v2x_event_share_no_more, parent,
View v = shareLayoutInflater.inflate(R.layout.footer_nomore_view, parent,
false);
shareLoadNoMoreViewHolder holder = new shareLoadNoMoreViewHolder(v);
return holder;