add missing )
This commit is contained in:
parent
9122dfc79f
commit
09a0614c01
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ public class MapRouteInfoMenu implements IRouteInformationListener {
|
|||
if (!ri.getDescriptionRoutePart().endsWith(" " + OsmAndFormatter.getFormattedDistance(distance, ctx))) {
|
||||
textView.setText((directionInfo + 1) + ". " + ri.getDescriptionRoutePart() + " " + OsmAndFormatter.getFormattedDistance(ri.distance, ctx));
|
||||
} else {
|
||||
textView.setText((directionInfo + 1) + ". " + ri.getDescriptionRoutePart();
|
||||
textView.setText((directionInfo + 1) + ". " + ri.getDescriptionRoutePart());
|
||||
}
|
||||
} else {
|
||||
TextView distanceText = (TextView) mainView.findViewById(R.id.DistanceText);
|
||||
|
|
Loading…
Reference in a new issue