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); }