update 屏蔽看视频页面打招呼弹框

This commit is contained in:
2024-03-21 15:11:48 +08:00
parent 457e47e885
commit a5acbb0146
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,6 @@ public class MessageSayHiNotifyManager {
Log.i(TAG, "onSuccess: 定时器为关,不再轮训");
return;
}
data.setNextTime(RandomUtil.nextInt(30));
hiBean = data;
showDialog(data);
}