added saving functionality for gpx file.

This commit is contained in:
unknown 2014-06-11 20:28:24 +03:00
parent e361d160c9
commit ecc93fcf8b

View file

@ -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);