From 0ea401a90e62945fed79389203d4d293f8253ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=9A=AE?= <14840170+lao-pi123@user.noreply.gitee.com> Date: Mon, 4 Nov 2024 17:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E7=9A=84=E6=96=B0=E4=BA=BA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=EF=BC=8C=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/yunbao/live/views/PortraitLiveManager.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java b/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java index 652854388..a9b817369 100644 --- a/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java +++ b/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java @@ -2001,10 +2001,11 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe @Override public void onTick(long millisUntilFinished) { - if (IMLoginManager.get(mContext).isisNewUserOne() == true && timeIndex == 10) { + // 老的新人任务,注释 + /* if (IMLoginManager.get(mContext).isisNewUserOne() == true && timeIndex == 10) { NewUserDialog fragment1 = new NewUserDialog(); fragment1.show(((LiveActivity) mContext).getSupportFragmentManager(), "NewUserDialog"); - } + }*/ if (timeIndex == CommonAppConfig.getInstance().alert_time) { if (mLiveRoomViewHolder.isAttention == 0) {