6.5.4礼物冠名
This commit is contained in:
parent
8f9d558043
commit
d065726274
@ -641,7 +641,8 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
|
||||
namingNameText.append("获取冠名:")
|
||||
.append(liveGiftModel.getNamingUserCoin())
|
||||
.append("个 ");
|
||||
.append(" ");
|
||||
|
||||
} else {
|
||||
namingNameText.append("Get title: ")
|
||||
.append(liveGiftModel.getNamingUserCoin())
|
||||
@ -724,7 +725,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
if (IMLoginManager.get(mContext).getLocaleLanguage() == Locale.SIMPLIFIED_CHINESE) {
|
||||
namingNameText.append("获取冠名:")
|
||||
.append(liveGiftModel.getNamingUserCoin())
|
||||
.append("个");
|
||||
.append(" ");
|
||||
} else {
|
||||
namingNameText.append("Get title: ")
|
||||
.append(liveGiftModel.getNamingUserCoin());
|
||||
|
Loading…
Reference in New Issue
Block a user