This commit is contained in:
otsmr 2025-04-06 15:57:25 +02:00
parent c98c044f3c
commit 767e9129e1

View file

@ -27,7 +27,7 @@ class NotificationView extends StatelessWidget {
await initFCMAfterAuthenticated();
final storage = getSecureStorage();
String? storedToken = await storage.read(key: "google_fcm");
//await setupNotificationWithUsers(force: true);
await setupNotificationWithUsers(force: true);
if (!context.mounted) return;
if (storedToken == null) {