自测修复,全服添加主播端
This commit is contained in:
parent
490c558e03
commit
f35b547c0d
@ -219,17 +219,17 @@ public class LiveGuardDialog extends AbsDialogPopupWindow {
|
|||||||
stringBuffer.append(WordUtil.isNewZh() ? "您是當前主播的" : "You are the ");
|
stringBuffer.append(WordUtil.isNewZh() ? "您是當前主播的" : "You are the ");
|
||||||
switch (data.getGuardType()) {
|
switch (data.getGuardType()) {
|
||||||
case 1:
|
case 1:
|
||||||
stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "【star guardian】")
|
stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "star guardian")
|
||||||
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
||||||
guard_hint.setText(stringBuffer.toString());
|
guard_hint.setText(stringBuffer.toString());
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "【king guardian】")
|
stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "king guardian")
|
||||||
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
||||||
guard_hint.setText(stringBuffer.toString());
|
guard_hint.setText(stringBuffer.toString());
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "【god guardian】")
|
stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "god guardian")
|
||||||
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
.append(WordUtil.isNewZh() ? " " :" of the current streamer");
|
||||||
guard_hint.setText(stringBuffer.toString());
|
guard_hint.setText(stringBuffer.toString());
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user