no 'Change order' needed on confirmation window for 'destination set' with no intermediates
This commit is contained in:
parent
b31405e3c6
commit
c33999c8fb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class IntermediatePointsDialog {
|
|||
|
||||
}
|
||||
});
|
||||
if (!changeOrder) {
|
||||
if (!changeOrder && intermediates.size()>1) {
|
||||
builder.setNeutralButton(R.string.intermediate_points_change_order, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
|
|
Loading…
Reference in a new issue