Fix ui helper
This commit is contained in:
parent
9c168dd7f3
commit
0275990811
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ public class WaypointDialogHelper implements OsmAndLocationListener {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
IntermediatePointsDialog.openIntermediatePointsDialog(app.getMapActivity(), app, true);
|
IntermediatePointsDialog.openIntermediatePointsDialog(a, app, true);
|
||||||
if (dlg != null) {
|
if (dlg != null) {
|
||||||
dlg.dismiss();
|
dlg.dismiss();
|
||||||
} else if(a instanceof MapActivity){
|
} else if(a instanceof MapActivity){
|
||||||
|
|
Loading…
Reference in a new issue