Add maxspeed none
This commit is contained in:
parent
fef6329cca
commit
865676a0bd
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ public class RouteInfoControls {
|
|||
if (cachedSpeed == 0) {
|
||||
setText(null, null);
|
||||
} else if(cachedSpeed == RouteDataObject.NONE_MAX_SPEED) {
|
||||
setText(R.string.max_speed_none, "");
|
||||
setText(map.getString(R.string.max_speed_none), "");
|
||||
} else {
|
||||
String ds = OsmAndFormatter.getFormattedSpeed(cachedSpeed, map.getMyApplication());
|
||||
int ls = ds.lastIndexOf(' ');
|
||||
|
|
Loading…
Reference in a new issue