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);