entrance检查与统一
This commit is contained in:
@ -277,7 +277,7 @@ public class NewsSearchActivity extends BaseActivity {
|
||||
|
||||
// 统计阅读量
|
||||
NewsUtils.statNewsViews(newsEntity.getId());
|
||||
NewsUtils.startNewsDetailActivity(NewsSearchActivity.this, newsEntity, entrance + "+(游戏新闻搜索)");
|
||||
NewsUtils.startNewsDetailActivity(NewsSearchActivity.this, newsEntity, entrance + "+(游戏新闻搜索:" + searchKey + ")");
|
||||
}
|
||||
});
|
||||
}else if (holder instanceof FooterViewHolder){
|
||||
|
||||
Reference in New Issue
Block a user