Fix errors
This commit is contained in:
parent
aa10091df0
commit
059f69b437
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
@Override
|
||||
public void onContextMenuClick(int itemId, int pos, boolean isChecked, DialogInterface dialog) {
|
||||
if (getMyApplication().getWaypointHelper().isRouteCalculated()) {
|
||||
WaypointDialogHelper.showWaypointsDialog(getMyApplication(), mapActivity);
|
||||
WaypointDialogHelper.showWaypointsDialog(mapActivity);
|
||||
} else {
|
||||
openIntermediatePointsDialog();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue