fix for future use when new track recording starts p2
This commit is contained in:
parent
162182a8ee
commit
c50a671021
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class GpxBlockStatisticsBuilder {
|
|||
GPXFile gpxFile = getGPXFile();
|
||||
GpxDisplayItem gpxDisplayItem = null;
|
||||
GPXTrackAnalysis analysis = null;
|
||||
boolean withoutGaps = false;
|
||||
boolean withoutGaps = true;
|
||||
if (gpxFile.tracks.size() > 0) {
|
||||
gpxDisplayItem = getDisplayItem(gpxFile);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue