Move processSplit to loadGpxTracks
This commit is contained in:
parent
e77237dce8
commit
1bbc804910
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue