Unnecessary parameter (fix #32)

This commit is contained in:
Anton Tananaev 2025-06-17 17:40:46 -07:00
parent dc6be06738
commit 9d18623e22

View file

@ -103,7 +103,6 @@ class Preferences {
preventSuspend: heartbeatInterval > 0, preventSuspend: heartbeatInterval > 0,
disableElasticity: true, disableElasticity: true,
disableStopDetection: instance.getBool(stopDetection) == false, disableStopDetection: instance.getBool(stopDetection) == false,
pausesLocationUpdatesAutomatically: instance.getBool(stopDetection) == false,
fastestLocationUpdateInterval: isHighestAccuracy ? 0 : fastestLocationUpdateInterval, fastestLocationUpdateInterval: isHighestAccuracy ? 0 : fastestLocationUpdateInterval,
backgroundPermissionRationale: bg.PermissionRationale( backgroundPermissionRationale: bg.PermissionRationale(
title: 'Allow {applicationName} to access this device\'s location in the background', title: 'Allow {applicationName} to access this device\'s location in the background',