From f35b547c0dbb43cbf166050f1c81ae6a9e500a54 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Sun, 7 Apr 2024 15:32:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E6=B5=8B=E4=BF=AE=E5=A4=8D=EF=BC=8C?= =?UTF-8?q?=E5=85=A8=E6=9C=8D=E6=B7=BB=E5=8A=A0=E4=B8=BB=E6=92=AD=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/yunbao/live/dialog/LiveGuardDialog.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/live/src/main/java/com/yunbao/live/dialog/LiveGuardDialog.java b/live/src/main/java/com/yunbao/live/dialog/LiveGuardDialog.java index ecc0a3c8f..13721933c 100644 --- a/live/src/main/java/com/yunbao/live/dialog/LiveGuardDialog.java +++ b/live/src/main/java/com/yunbao/live/dialog/LiveGuardDialog.java @@ -219,17 +219,17 @@ public class LiveGuardDialog extends AbsDialogPopupWindow { stringBuffer.append(WordUtil.isNewZh() ? "您是當前主播的" : "You are the "); switch (data.getGuardType()) { case 1: - stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "【star guardian】") + stringBuffer.append(WordUtil.isNewZh() ? "【星之守護】" : "star guardian") .append(WordUtil.isNewZh() ? " " :" of the current streamer"); guard_hint.setText(stringBuffer.toString()); break; case 2: - stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "【king guardian】") + stringBuffer.append(WordUtil.isNewZh() ? "【王之守護】" : "king guardian") .append(WordUtil.isNewZh() ? " " :" of the current streamer"); guard_hint.setText(stringBuffer.toString()); break; case 3: - stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "【god guardian】") + stringBuffer.append(WordUtil.isNewZh() ? "【神之守護】" : "god guardian") .append(WordUtil.isNewZh() ? " " :" of the current streamer"); guard_hint.setText(stringBuffer.toString()); break;