心愿单位置移动

This commit is contained in:
18401019693 2023-04-13 18:25:19 +08:00
parent 06e077146b
commit c23ed7defb
2 changed files with 2 additions and 1 deletions

View File

@ -1177,6 +1177,8 @@ public class SocketRyClient {
break;
case 9://pk结束的回调
mListener.onLinkMicPkEnd(map.getString("win_uid"));
EventBus.getDefault().post(new LiveAudienceEvent()
.setType(LiveAudienceEvent.LiveAudienceType.LIVE_PK_END));
break;
case 10://系统发起PK回调
JSONObject msg1 = new JSONObject();

View File

@ -4547,7 +4547,6 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
hideAnchorSayAndCallAnchor();
} else {
mPkTimeCount = 0;
showAnchorSayAndCallAnchor();
timeTitle.setVisibility(View.GONE);
countdownHandler.removeCallbacks(countdownRunnable);
Bus.get().post(new LiveAudienceEvent()