空奖励弹窗
This commit is contained in:
parent
4d0b21aa73
commit
0da4fe7922
@ -2425,6 +2425,7 @@ class RealTimeMessagingManager extends ChangeNotifier {
|
||||
launch: launch,
|
||||
publishRegionBroadcast: publishRegionBroadcast,
|
||||
)) {
|
||||
_markRoomRocketRewardProbe(launch.roomId);
|
||||
_scheduleRoomRocketLaunchEffectsAfterCountdown(launch);
|
||||
}
|
||||
}
|
||||
@ -2543,7 +2544,9 @@ class RealTimeMessagingManager extends ChangeNotifier {
|
||||
if (!_isCurrentVisibleVoiceRoom(roomId)) {
|
||||
return;
|
||||
}
|
||||
if (res.records.isEmpty && initialRoomRecords.isEmpty) {
|
||||
if (res.records.isEmpty &&
|
||||
initialRoomRecords.isEmpty &&
|
||||
attempt < _roomRocketRewardPopupRetryDelays.length) {
|
||||
_scheduleRoomRocketRewardPopupRetry(
|
||||
roomId,
|
||||
attempt,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user