Correct distance format
This commit is contained in:
parent
c3a4ed09b3
commit
db93a2f539
1 changed files with 1 additions and 1 deletions
|
@ -1274,7 +1274,7 @@ public class RouteInfoWidgetsFactory {
|
|||
locimgId = R.drawable.warnings_pedestrian;
|
||||
}
|
||||
} else if(alarm.getType() == AlarmInfoType.TUNNEL) {
|
||||
DecimalFormat df = new DecimalFormat("0.#");
|
||||
DecimalFormat df = new DecimalFormat("#.#");
|
||||
if(settings.DRIVING_REGION.get().americanSigns){
|
||||
locimgId = R.drawable.warnings_tunnel_us;
|
||||
text = df.format(alarm.getFloatValue()) +" mi";
|
||||
|
|
Loading…
Reference in a new issue