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