suppress button
This commit is contained in:
parent
c33999c8fb
commit
1e2825bb1d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class IntermediatePointsDialog {
|
||||||
openIntermediatePointsDialog(activity, app, true);
|
openIntermediatePointsDialog(activity, app, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else if(intermediates.size()>1) {
|
||||||
builder.setNeutralButton(R.string.intermediate_items_sort_by_distance, new Dialog.OnClickListener() {
|
builder.setNeutralButton(R.string.intermediate_items_sort_by_distance, new Dialog.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface d, int which) {
|
public void onClick(DialogInterface d, int which) {
|
||||||
|
|
Loading…
Reference in a new issue