调整进入直播间等待时长15→4
This commit is contained in:
parent
403b4c2aa3
commit
c926037cb6
@ -758,7 +758,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
AppManager.runDebugCode(() -> {
|
||||
// liveHandler.postDelayed(loadTimeoutRunnableGone, 1_000);
|
||||
});
|
||||
liveHandler.postDelayed(loadTimeoutRunnableGone, 15_000);
|
||||
liveHandler.postDelayed(loadTimeoutRunnableGone, 4_000);
|
||||
if (TextUtils.equals(data.getEnterRoomInfo().getIsconnection(), "1")) {
|
||||
//通知心愿单位置换地方
|
||||
EventBus.getDefault().post(new LiveAudienceEvent()
|
||||
|
Loading…
Reference in New Issue
Block a user