删除无用代码
This commit is contained in:
@ -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(), "])"));
|
||||
|
||||
Reference in New Issue
Block a user