mirror of
https://github.com/ev-map/EVMap.git
synced 2026-01-24 14:57:49 -05:00
Android Auto: fix typo for cost string
This commit is contained in:
committed by
johan12345
parent
5d72be8e87
commit
f74bb8e4a5
@@ -135,7 +135,7 @@ data class Cost(
|
||||
val parking =
|
||||
if (freeparking) ctx.getString(R.string.free) else ctx.getString(R.string.paid)
|
||||
return if (emoji) {
|
||||
"⚡ $charging \uD83C\uDD7F️ · $parking"
|
||||
"⚡ $charging · \uD83C\uDD7F️ $parking"
|
||||
} else {
|
||||
HtmlCompat.fromHtml(ctx.getString(R.string.cost_detail, charging, parking), 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user