Skip to content

Commit

Permalink
Update VehicleMetricsPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb authored Nov 30, 2024
1 parent b3a5c0d commit b8d26f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ class VehicleMetricsPlugin(app: OsmandApplication) : OsmandPlugin(app), OBDReadS
}
}
val volumeUnit = settings.UNIT_OF_VOLUME.get().getUnitSymbol(app)
return app.getString(R.string.ltr_or_rtl_combine_via_slash, volumeUnit, "100 $distanceUnit")
return app.getString(R.string.ltr_or_rtl_combine_via_slash, volumeUnit, "100$distanceUnit")
}

private fun getFormatVolumePerDistance(litersPer100km: Number): Float {
Expand Down Expand Up @@ -959,4 +959,4 @@ class VehicleMetricsPlugin(app: OsmandApplication) : OsmandPlugin(app), OBDReadS
connectToLastConnectedDevice(it, RECALCULATE_RECONNECT_ATTEMPTS_COUNT)
}
}
}
}

0 comments on commit b8d26f9

Please sign in to comment.