调整进入直播间等待时长15→4

This commit is contained in:
zlzw 2024-05-23 13:05:46 +08:00
parent 403b4c2aa3
commit c926037cb6

View File

@ -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()