推送消息跳转
This commit is contained in:
@ -44,7 +44,7 @@ public class NewsUtils {
|
||||
/**
|
||||
* 启动新闻详情页面
|
||||
*/
|
||||
public static void startNewsActivity(Context context, NewsEntity newsEntity, String entrance) {
|
||||
public static void startNewsDetailActivity(Context context, NewsEntity newsEntity, String entrance) {
|
||||
Intent intent = new Intent(context, NewsDetailActivity.class);
|
||||
intent.putExtra("id", newsEntity.getId());
|
||||
intent.putExtra("title", newsEntity.getTitle());
|
||||
|
||||
Reference in New Issue
Block a user