diff --git a/lib/preferences.dart b/lib/preferences.dart index 8677d73..6893723 100644 --- a/lib/preferences.dart +++ b/lib/preferences.dart @@ -99,7 +99,6 @@ class Preferences { logLevel: bg.Config.LOG_LEVEL_VERBOSE, logMaxDays: 1, locationTemplate: _locationTemplate(), - showsBackgroundLocationIndicator: false, preventSuspend: heartbeatInterval > 0, disableElasticity: true, disableStopDetection: instance.getBool(stopDetection) == false,