mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59: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 {
|
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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user