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