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;