心愿单位置移动
This commit is contained in:
parent
06e077146b
commit
c23ed7defb
@ -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();
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user