Remove unnecessary changes

(cherry picked from commit 6e22858749)
This commit is contained in:
Vitaliy 2020-02-25 12:12:54 +02:00
parent 318ffc541f
commit af95ad96b6

View file

@ -600,9 +600,6 @@ public class GpxSelectionHelper {
if (dataItem.getColor() != 0) {
gpx.setColor(dataItem.getColor());
}
if (gpx.getGeneralTrack() == null) {
app.getGpxDbHelper().updateJoinSegments(dataItem, false);
}
sf.setJoinSegments(dataItem.isJoinSegments());
}
sf.setGpxFile(gpx, app);