mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Fix a issue
This commit is contained in:
@ -61,6 +61,7 @@ class TourRouteState extends State<TourRoute> {
|
||||
try {
|
||||
await PushNotificationsHelper.configure(
|
||||
context, PushNotificationsStatus.FIREBASE);
|
||||
areNotificationsConfigured = true;
|
||||
} catch (e, s) {
|
||||
logError(e, s);
|
||||
}
|
||||
|
Reference in New Issue
Block a user