try fix Issue 1928
This commit is contained in:
parent
93b4c97433
commit
e600348612
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ public class IntermediatePointsDialog {
|
|||
public static void openIntermediatePointsDialog(final MapActivity activity,
|
||||
final OsmandApplication app, final boolean changeOrder){
|
||||
TargetPointsHelper targets = app.getTargetPointsHelper();
|
||||
// see if this fixes string display issue 1928:
|
||||
targets.updatePointsFromSettings();
|
||||
final List<LatLon> intermediates = targets.getIntermediatePointsWithTarget();
|
||||
final TIntArrayList originalPositions = new TIntArrayList(intermediates.size());
|
||||
for(int j = 1; j <= intermediates.size(); j++) {
|
||||
|
|
Loading…
Reference in a new issue