Compare commits
1 Commits
b1e035d03e
...
fbb3ad1faa
Author | SHA1 | Date | |
---|---|---|---|
fbb3ad1faa |
@@ -27,7 +27,7 @@ class NumericUtils (val context: Context) {
|
||||
"US" -> false // US IMPERIAL
|
||||
// UK, Myanmar, Liberia,
|
||||
"GB", "MM", "LR" -> false // IMPERIAL
|
||||
else -> true // UnitSystem.METRIC
|
||||
else -> true // METRIC
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user