空奖励弹窗
This commit is contained in:
parent
4d0b21aa73
commit
0da4fe7922
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user