Fix
This commit is contained in:
parent
8375f7f107
commit
bd0ee52f91
1 changed files with 1 additions and 2 deletions
|
@ -521,8 +521,7 @@ public class WaypointDialogHelper {
|
|||
}
|
||||
})
|
||||
.create();
|
||||
int intermediateSize = targetsHelper.getIntermediatePoints().size();
|
||||
if (intermediateSize >= 1) {
|
||||
if (!Algorithms.isEmpty(targetsHelper.getIntermediatePoints())) {
|
||||
items.add(reorderAllItems);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue