added saving functionality for gpx file.
This commit is contained in:
parent
e361d160c9
commit
ecc93fcf8b
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ public class RouteStepsPlugin extends OsmandPlugin {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pointsStatus = new ArrayList<Boolean>(pointsIntermediateState);
|
pointsStatus = new ArrayList<Boolean>(pointsIntermediateState);
|
||||||
|
saveGPXFile();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
builder.setNegativeButton("Cancel", null);
|
builder.setNegativeButton("Cancel", null);
|
||||||
|
|
Loading…
Reference in a new issue