修改测试问题

This commit is contained in:
18401019693
2024-03-20 16:29:37 +08:00
parent 0317b339f8
commit d72a9a39c6
4 changed files with 28 additions and 18 deletions

View File

@@ -1027,11 +1027,12 @@ public class LiveGiftAnimPresenter {
View mGifGiftTipGroupBuyGuardNew;
LinearLayout guardAllServerNotifyBg;
TextView mGifGiftTipBuyGuardNew;
View mIvLookBuyGuardNew;
TextView mIvLookBuyGuardNew;
NewAllServerNotifyGuardEvent notifyGuardEvent;
public void showBuyGuardGiftAnimNew(NewAllServerNotifyGuardEvent event) {
notifyGuardEvent = event;
mRoomNum = event.getLiveuid();
if (mShowAllServer) {
if (mGifAll != null) {
LiveReceiveGiftBean bean = new LiveReceiveGiftBean();
@@ -1079,6 +1080,7 @@ public class LiveGiftAnimPresenter {
mIvLookBuyGuardNew.setVisibility(View.GONE);
} else {
mIvLookBuyGuardNew.setVisibility(View.VISIBLE);
mIvLookBuyGuardNew.setText(WordUtil.isNewZh()?"圍觀":"Views");
}
mGifGiftTipShowAnimatorBuyGuardNew.start();

View File

@@ -1199,6 +1199,7 @@
android:background="@mipmap/btn_king_guard_onlookers"
android:gravity="center"
android:text="@string/onlookers"
android:clickable="true"
android:textColor="@color/white"
android:textSize="12sp" />