restore original for now
This commit is contained in:
parent
50726ee6ce
commit
a7b2c5d148
1 changed files with 4 additions and 6 deletions
|
@ -1309,18 +1309,16 @@ public class MapActivityActions implements DialogProvider {
|
|||
settings.insertIntermediatePoint(lat, lon, name, 0, true);
|
||||
}
|
||||
targetPointsHelper.updatePointsFromSettings();
|
||||
// Issue 1929:
|
||||
openIntermediatePointsDialog();
|
||||
//MapActivity.launchMapActivityMoveToTop(act);
|
||||
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
|
||||
MapActivity.launchMapActivityMoveToTop(act);
|
||||
}
|
||||
});
|
||||
builder.show();
|
||||
} else {
|
||||
settings.setPointToNavigate(lat, lon, true, name);
|
||||
targetPointsHelper.updatePointsFromSettings();
|
||||
// Issue 1929:
|
||||
openIntermediatePointsDialog();
|
||||
//MapActivity.launchMapActivityMoveToTop(act);
|
||||
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
|
||||
MapActivity.launchMapActivityMoveToTop(act);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue