diff --git a/OsmAnd/src/net/osmand/plus/routing/RoutingHelper.java b/OsmAnd/src/net/osmand/plus/routing/RoutingHelper.java index 10fc8a63e6..9f4fb32516 100644 --- a/OsmAnd/src/net/osmand/plus/routing/RoutingHelper.java +++ b/OsmAnd/src/net/osmand/plus/routing/RoutingHelper.java @@ -632,7 +632,7 @@ public class RoutingHelper { } else if(name != null && name.length() > 0){ if(ref != null && ref.length() > 0) { name = ref + " " + name; - } getCurrentSegmentResult + } return name; } else { if(ref == null) {