From e7b4574920e58b8ce0e5460df6a1fcf17ecb6077 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 4 May 2021 07:49:45 +0200 Subject: [PATCH] Fix a issue --- lib/ui/routes/tour_route.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ui/routes/tour_route.dart b/lib/ui/routes/tour_route.dart index e311612..9d8a5ec 100644 --- a/lib/ui/routes/tour_route.dart +++ b/lib/ui/routes/tour_route.dart @@ -61,6 +61,7 @@ class TourRouteState extends State { try { await PushNotificationsHelper.configure( context, PushNotificationsStatus.FIREBASE); + areNotificationsConfigured = true; } catch (e, s) { logError(e, s); }