iOS PWA and IT Job Checklist for IT Staff view
This commit is contained in:
@@ -47,7 +47,10 @@ class _NotificationBridgeState extends ConsumerState<NotificationBridge>
|
||||
// recovery via StreamRecoveryWrapper. This no longer forces a global reconnect,
|
||||
// which was the blocking behavior users complained about.
|
||||
if (state == AppLifecycleState.resumed) {
|
||||
// Future: Could trigger stream-specific recovery hints if needed.
|
||||
// Invalidate on resume so that iOS PWA users (who may not receive push
|
||||
// notifications when the app is in the background) see fresh notifications
|
||||
// as soon as they bring the app to the foreground.
|
||||
ref.invalidate(notificationsProvider);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user