From a0b2f1468bc68e310f3f135c1e0327942626eb55 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 22 Jun 2025 14:23:54 -0700 Subject: [PATCH] Show background location indicator --- lib/preferences.dart | 1 - 1 file changed, 1 deletion(-) 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,