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);
|
settings.insertIntermediatePoint(lat, lon, name, 0, true);
|
||||||
}
|
}
|
||||||
targetPointsHelper.updatePointsFromSettings();
|
targetPointsHelper.updatePointsFromSettings();
|
||||||
// Issue 1929:
|
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
|
||||||
openIntermediatePointsDialog();
|
MapActivity.launchMapActivityMoveToTop(act);
|
||||||
//MapActivity.launchMapActivityMoveToTop(act);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
builder.show();
|
builder.show();
|
||||||
} else {
|
} else {
|
||||||
settings.setPointToNavigate(lat, lon, true, name);
|
settings.setPointToNavigate(lat, lon, true, name);
|
||||||
targetPointsHelper.updatePointsFromSettings();
|
targetPointsHelper.updatePointsFromSettings();
|
||||||
// Issue 1929:
|
// Issue 1929: IntermediatePointsDialog.openIntermediatePointsDialog(mapActivity);
|
||||||
openIntermediatePointsDialog();
|
MapActivity.launchMapActivityMoveToTop(act);
|
||||||
//MapActivity.launchMapActivityMoveToTop(act);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue