mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix a issue
This commit is contained in:
parent
82464a8a77
commit
e7b4574920
@ -61,6 +61,7 @@ class TourRouteState extends State<TourRoute> {
|
||||
try {
|
||||
await PushNotificationsHelper.configure(
|
||||
context, PushNotificationsStatus.FIREBASE);
|
||||
areNotificationsConfigured = true;
|
||||
} catch (e, s) {
|
||||
logError(e, s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user