diff --git a/app/src/main/kotlin/de/timklge/karooheadwind/datatypes/ForecastDataType.kt b/app/src/main/kotlin/de/timklge/karooheadwind/datatypes/ForecastDataType.kt index 4199186..ced984d 100644 --- a/app/src/main/kotlin/de/timklge/karooheadwind/datatypes/ForecastDataType.kt +++ b/app/src/main/kotlin/de/timklge/karooheadwind/datatypes/ForecastDataType.kt @@ -202,7 +202,7 @@ abstract class ForecastDataType(private val karooSystem: KarooSystemService, typ if (oldDistance == null && newDistance == null) return@distinctUntilChanged true if (oldDistance == null || newDistance == null) return@distinctUntilChanged false - abs(oldDistance - newDistance) < 100 + abs(oldDistance - newDistance) < 500 } ) { weatherData, settings, widgetSettings, heading, upcomingRoute -> StreamData(