Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4be59e5 authored by Ellen Poe's avatar Ellen Poe
Browse files

fix: use raw course filtering to show when the user is off-route

parent a0ff2c3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ class FerrostarWrapper(
                stepAdvanceCondition = stepAdvanceDistanceEntryAndExit(30u, 5u, 32u),
                arrivalStepAdvanceCondition = stepAdvanceDistanceToEndOfStep(30u, 32u),
                routeDeviationTracking = RouteDeviationTracking.StaticThreshold(15U, 50.0),
                snappedLocationCourseFiltering = CourseFiltering.SNAP_TO_ROUTE
                snappedLocationCourseFiltering = CourseFiltering.RAW
            ),
            foregroundServiceManager = foregroundServiceManager,
        )