Start location tracking in foreground after migration

This commit is contained in:
estevez-dev 2020-08-25 12:44:22 +03:00
parent b056de5230
commit 343d39d157

View File

@ -83,7 +83,7 @@ class AppSettings {
'location-updates-interval': oldLocationTrackingInterval * 60 * 1000,
//'location-updates-priority': 100,
'location-updates-show-notification': true,
'foreground-location-tracking': false
'foreground-location-tracking': true
});
} catch (e, stack) {
Logger.e("[MIGRATION] Can't start new location tracking: $e", stacktrace: stack);