删除无用代码

This commit is contained in:
kehaoyuan
2019-04-08 18:00:21 +08:00
parent 2b2b71fe01
commit 28440d97de

View File

@ -330,8 +330,6 @@ public class NewsDetailAdapter extends BaseRecyclerAdapter<ViewHolder> {
}
}
if ("articles".equals(type)) {
CommunityEntity communityEntity = new CommunityEntity();
communityEntity.setId(communityId);
DirectUtils.directToCommunityArticle(
mContext, typeId, communityId,
StringUtils.buildString(mEntrance, "+(新闻详情[", mNewsDetailEntity.getTitle(), "])"));