Fix ui helper
This commit is contained in:
parent
87b63653d8
commit
dbc1c38168
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue