合并优化
This commit is contained in:
@ -385,7 +385,9 @@ public class MessageDetailAdapter extends RecyclerView.Adapter<RecyclerView.View
|
||||
bundle.putString("gameName", mConcernEntity.getGameName());
|
||||
bundle.putString("gameIconUrl", mConcernEntity.getGameIcon());
|
||||
bundle.putString("shareContent", shareContent);
|
||||
bundle.putString("newsId", mConcernEntity.getId());
|
||||
if (mConcernEntity.getLink() == null){
|
||||
bundle.putString("newsId", mConcernEntity.getId());
|
||||
}
|
||||
bundle.putStringArrayList("shareArrImg", (ArrayList<String>) mConcernEntity.getImg());
|
||||
intent.putExtras(bundle);
|
||||
mContext.startActivity(intent);
|
||||
@ -395,7 +397,9 @@ public class MessageDetailAdapter extends RecyclerView.Adapter<RecyclerView.View
|
||||
bundle.putString("gameName", mConcernEntity.getGameName());
|
||||
bundle.putString("gameIconUrl", mConcernEntity.getGameIcon());
|
||||
bundle.putString("shareContent", shareContent);
|
||||
bundle.putString("newsId", mConcernEntity.getId());
|
||||
if (mConcernEntity.getLink() == null){
|
||||
bundle.putString("newsId", mConcernEntity.getId());
|
||||
}
|
||||
intent.putExtras(bundle);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user