空奖励弹窗

This commit is contained in:
roxy 2026-05-16 03:45:44 +08:00
parent 4d0b21aa73
commit 0da4fe7922

View File

@ -2425,6 +2425,7 @@ class RealTimeMessagingManager extends ChangeNotifier {
launch: launch, launch: launch,
publishRegionBroadcast: publishRegionBroadcast, publishRegionBroadcast: publishRegionBroadcast,
)) { )) {
_markRoomRocketRewardProbe(launch.roomId);
_scheduleRoomRocketLaunchEffectsAfterCountdown(launch); _scheduleRoomRocketLaunchEffectsAfterCountdown(launch);
} }
} }
@ -2543,7 +2544,9 @@ class RealTimeMessagingManager extends ChangeNotifier {
if (!_isCurrentVisibleVoiceRoom(roomId)) { if (!_isCurrentVisibleVoiceRoom(roomId)) {
return; return;
} }
if (res.records.isEmpty && initialRoomRecords.isEmpty) { if (res.records.isEmpty &&
initialRoomRecords.isEmpty &&
attempt < _roomRocketRewardPopupRetryDelays.length) {
_scheduleRoomRocketRewardPopupRetry( _scheduleRoomRocketRewardPopupRetry(
roomId, roomId,
attempt, attempt,