修改测试问题
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user