From 6d0f449904ec05659ec6d31726dc52a10adbdd78 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Wed, 11 Mar 2026 14:34:50 +0000 Subject: [PATCH] Update BackgroundServiceDelegate.mc Amended accuracy for QUALITY_LAST_KNOWN. --- source/BackgroundServiceDelegate.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/BackgroundServiceDelegate.mc b/source/BackgroundServiceDelegate.mc index 2b58323..132ac6f 100644 --- a/source/BackgroundServiceDelegate.mc +++ b/source/BackgroundServiceDelegate.mc @@ -119,7 +119,7 @@ class BackgroundServiceDelegate extends System.ServiceDelegate { var accuracy = 0; switch (position.accuracy) { case Position.QUALITY_LAST_KNOWN: - accuracy = 100; + accuracy = 200; break; case Position.QUALITY_POOR: accuracy = 100;