Show background location indicator

This commit is contained in:
Anton Tananaev 2025-06-22 14:23:54 -07:00
parent c0a3016f19
commit a0b2f1468b

View file

@ -99,7 +99,6 @@ class Preferences {
logLevel: bg.Config.LOG_LEVEL_VERBOSE, logLevel: bg.Config.LOG_LEVEL_VERBOSE,
logMaxDays: 1, logMaxDays: 1,
locationTemplate: _locationTemplate(), locationTemplate: _locationTemplate(),
showsBackgroundLocationIndicator: false,
preventSuspend: heartbeatInterval > 0, preventSuspend: heartbeatInterval > 0,
disableElasticity: true, disableElasticity: true,
disableStopDetection: instance.getBool(stopDetection) == false, disableStopDetection: instance.getBool(stopDetection) == false,