Fix ui helper

This commit is contained in:
Victor Shcherb 2014-11-07 20:00:28 +01:00
parent 87b63653d8
commit dbc1c38168

View file

@ -371,7 +371,7 @@ public class WaypointDialogHelper implements OsmAndLocationListener {
@Override
public void onClick(View v) {
IntermediatePointsDialog.openIntermediatePointsDialog(app.getMapActivity(), app, true);
IntermediatePointsDialog.openIntermediatePointsDialog(a, app, true);
if (dlg != null) {
dlg.dismiss();
} else if(a instanceof MapActivity){