奖励消息
This commit is contained in:
@@ -74,6 +74,7 @@ public class RecommendLiveRoomProvider extends BaseMessageItemProvider<Recommend
|
||||
if (recommendLiveRoom != null && !TextUtils.isEmpty(recommendLiveRoom.getContent())) {
|
||||
RecommendLiveRoomModel model = new Gson().fromJson(recommendLiveRoom.getContent(), RecommendLiveRoomModel.class);
|
||||
politicalInstructor = model.getAdminNickname();
|
||||
politicalInstructor = TextUtils.isEmpty(politicalInstructor) ? "" : politicalInstructor;
|
||||
}
|
||||
return new SpannableString(politicalInstructor + mContext.getString(R.string.live_room_air_ticket));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user