fix for future use when new track recording starts p2

This commit is contained in:
Skalii 2021-02-10 13:07:36 +02:00
parent 162182a8ee
commit c50a671021

View file

@ -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);
}