Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ed7bc28808
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ public class RoutingHelper {
|
|||
route.passIntermediatePoint();
|
||||
TargetPointsHelper targets = app.getTargetPointsHelper();
|
||||
String name = "";
|
||||
if(intermediatePoints != null ) {
|
||||
if(intermediatePoints != null && !intermediatePoints.isEmpty()) {
|
||||
LatLon rm = intermediatePoints.remove(0);
|
||||
List<TargetPoint> ll = targets.getIntermediatePointsNavigation();
|
||||
int ind = -1;
|
||||
|
|
Loading…
Reference in a new issue