From fef1e49429a8717966bbf1162165d0203b0446d8 Mon Sep 17 00:00:00 2001 From: ningwenqiang Date: Fri, 27 Sep 2024 17:46:57 +0800 Subject: [PATCH] =?UTF-8?q?PK=E6=97=B6=E5=80=99=E5=A5=B3=E7=A5=9E=E8=AF=B4?= =?UTF-8?q?=E5=B1=95=E5=BC=80=E6=94=B6=E8=B5=B7=E9=80=BB=E8=BE=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Share/src/main/res/values-zh/strings.xml | 4 ++-- Share/src/main/res/values/strings.xml | 4 ++-- .../main/java/com/yunbao/live/views/LiveRoomViewHolder.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Share/src/main/res/values-zh/strings.xml b/Share/src/main/res/values-zh/strings.xml index ff510adfa..fc46baa9a 100644 --- a/Share/src/main/res/values-zh/strings.xml +++ b/Share/src/main/res/values-zh/strings.xml @@ -5,7 +5,7 @@ 分享 站內好友 - 快來 PDLIVE觀看%s直播,認識更多有趣的朋友吧! + 快來 PandoraLive觀看%s直播,認識更多有趣的朋友吧! Facebook Line Twitter @@ -14,6 +14,6 @@ Instagram 邀請好友 - 快來 PDLIVE觀看直播,認識更多有趣的朋友吧! + 快來 PandoraLive觀看直播,認識更多有趣的朋友吧! 複製 \ No newline at end of file diff --git a/Share/src/main/res/values/strings.xml b/Share/src/main/res/values/strings.xml index 8388037b0..83510299a 100644 --- a/Share/src/main/res/values/strings.xml +++ b/Share/src/main/res/values/strings.xml @@ -1,9 +1,9 @@ Share - Come and watch %s live on PDLIVE and meet more interesting people! + Come and watch %s live on PandoraLive and meet more interesting people! Invite Friends - Come to PDLIVE to discover more and better live streams. + Come to PandoraLive to discover more and better live streams. Copy Site friends Share To diff --git a/live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java b/live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java index 2388bfb34..568ea7705 100644 --- a/live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java +++ b/live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java @@ -7043,7 +7043,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis if (preview.getIsShow() == 1) { if (isHinde) { mAnchorSay.setVisibility(View.GONE); - newGodSayGroup.setVisibility(View.GONE); + newGodSayGroup.setVisibility(View.VISIBLE); } else { mAnchorSay.setVisibility(View.VISIBLE); newGodSayGroup.setVisibility(View.GONE);