1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Fix a issue

This commit is contained in:
Pierre HUBERT 2021-05-04 07:49:45 +02:00
parent 82464a8a77
commit e7b4574920

View File

@ -61,6 +61,7 @@ class TourRouteState extends State<TourRoute> {
try { try {
await PushNotificationsHelper.configure( await PushNotificationsHelper.configure(
context, PushNotificationsStatus.FIREBASE); context, PushNotificationsStatus.FIREBASE);
areNotificationsConfigured = true;
} catch (e, s) { } catch (e, s) {
logError(e, s); logError(e, s);
} }