mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 15:08:41 +00:00
fix #90
This commit is contained in:
parent
c98c044f3c
commit
767e9129e1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class NotificationView extends StatelessWidget {
|
||||||
await initFCMAfterAuthenticated();
|
await initFCMAfterAuthenticated();
|
||||||
final storage = getSecureStorage();
|
final storage = getSecureStorage();
|
||||||
String? storedToken = await storage.read(key: "google_fcm");
|
String? storedToken = await storage.read(key: "google_fcm");
|
||||||
//await setupNotificationWithUsers(force: true);
|
await setupNotificationWithUsers(force: true);
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
|
|
||||||
if (storedToken == null) {
|
if (storedToken == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue