mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Update EnvironmentMetrics.kt - μR/h (#3008)
Signed-off-by: b8b8 <156552149+b8b8@users.noreply.github.com>
This commit is contained in:
parent
ce60d490b7
commit
188f60ada6
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ private fun RadiationDisplay(envMetrics: TelemetryProtos.EnvironmentMetrics) {
|
|||
if (!radiation.isNaN() && radiation > 0f) {
|
||||
Row(modifier = Modifier.fillMaxWidth(), horizontalArrangement = Arrangement.SpaceBetween) {
|
||||
Text(
|
||||
text = "%s %.2f µSv/h".format(stringResource(R.string.radiation), radiation),
|
||||
text = "%s %.2f µR/h".format(stringResource(R.string.radiation), radiation),
|
||||
color = MaterialTheme.colorScheme.onSurface,
|
||||
fontSize = MaterialTheme.typography.labelLarge.fontSize,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue