Move processSplit to loadGpxTracks

This commit is contained in:
PavelRatushny 2017-07-13 16:53:57 +03:00
parent e77237dce8
commit 1bbc804910

View file

@ -416,6 +416,7 @@ public class GpxSelectionHelper {
save = true;
} else {
selectGpxFile(gpx, true, false);
processSplit();
}
} else if (obj.has(CURRENT_TRACK)) {
selectedGPXFiles.add(savingTrackHelper.getCurrentTrack());
@ -451,7 +452,6 @@ public class GpxSelectionHelper {
ar.put(obj);
}
}
processSplit();
app.getSettings().SELECTED_GPX.set(ar.toString());
}