Place processSplit

This commit is contained in:
PavelRatushny 2017-07-13 17:10:12 +03:00
parent 1bbc804910
commit 0f00cf1339

View file

@ -416,12 +416,12 @@ public class GpxSelectionHelper {
save = true;
} else {
selectGpxFile(gpx, true, false);
processSplit();
}
} else if (obj.has(CURRENT_TRACK)) {
selectedGPXFiles.add(savingTrackHelper.getCurrentTrack());
}
}
processSplit();
if (save) {
saveCurrentSelections();
}