6.5.4礼物冠名

This commit is contained in:
18401019693 2023-08-17 18:20:53 +08:00
parent 8f9d558043
commit d065726274

View File

@ -641,7 +641,8 @@ public class LiveGiftPopup extends AbsDialogFragment {
if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) { if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
namingNameText.append("获取冠名:") namingNameText.append("获取冠名:")
.append(liveGiftModel.getNamingUserCoin()) .append(liveGiftModel.getNamingUserCoin())
.append(""); .append(" ");
} else { } else {
namingNameText.append("Get title: ") namingNameText.append("Get title: ")
.append(liveGiftModel.getNamingUserCoin()) .append(liveGiftModel.getNamingUserCoin())
@ -724,7 +725,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) { if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
namingNameText.append("获取冠名:") namingNameText.append("获取冠名:")
.append(liveGiftModel.getNamingUserCoin()) .append(liveGiftModel.getNamingUserCoin())
.append(""); .append(" ");
} else { } else {
namingNameText.append("Get title: ") namingNameText.append("Get title: ")
.append(liveGiftModel.getNamingUserCoin()); .append(liveGiftModel.getNamingUserCoin());