From 9d18623e22a783db965a9fb99e34dc35fd098a17 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 17 Jun 2025 17:40:46 -0700 Subject: [PATCH] Unnecessary parameter (fix #32) --- lib/preferences.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/preferences.dart b/lib/preferences.dart index 11f1a60..8677d73 100644 --- a/lib/preferences.dart +++ b/lib/preferences.dart @@ -103,7 +103,6 @@ class Preferences { preventSuspend: heartbeatInterval > 0, disableElasticity: true, disableStopDetection: instance.getBool(stopDetection) == false, - pausesLocationUpdatesAutomatically: instance.getBool(stopDetection) == false, fastestLocationUpdateInterval: isHighestAccuracy ? 0 : fastestLocationUpdateInterval, backgroundPermissionRationale: bg.PermissionRationale( title: 'Allow {applicationName} to access this device\'s location in the background',