entrance检查与统一

This commit is contained in:
huangzhuanghua
2017-01-20 17:11:03 +08:00
parent b3fc66f6b9
commit b2d568d646
72 changed files with 521 additions and 3895 deletions

View File

@ -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){