From 116283a5eecf5c0c2ef2569b5983faf95895d9d0 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 22 Feb 2026 14:47:11 -0800 Subject: [PATCH] iOS config only --- lib/preferences.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/preferences.dart b/lib/preferences.dart index 8de61f2..44ff9d0 100644 --- a/lib/preferences.dart +++ b/lib/preferences.dart @@ -78,7 +78,7 @@ class Preferences { fastestLocationUpdateInterval: Platform.isAndroid ? (isHighestAccuracy ? 0 : fastestLocationUpdateInterval) : null, disableElasticity: true, pausesLocationUpdatesAutomatically: Platform.isIOS ? !(isHighestAccuracy || instance.getBool(stopDetection) == false) : null, - showsBackgroundLocationIndicator: false, + showsBackgroundLocationIndicator: Platform.isIOS ? false : null, ), app: bg.AppConfig( enableHeadless: Platform.isAndroid ? true : null,