Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dif stat #4102

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DmitrySvetlichny
Copy link
Contributor

No description provided.

@DmitrySvetlichny DmitrySvetlichny linked an issue Nov 5, 2024 that may be closed by this pull request
6 tasks
_analysis = [_doc getAnalysisFileTimestamp:fileTimestamp fromDistance:nil toDistance:nil pointsAnalyzer:OASPlatformUtil.shared.getTrackPointsAnalyser];
if (_analysis.totalDistanceWithoutGaps == 0 && _analysis.totalDistance != 0)
// Set _analysis.totalDistanceWithoutGaps to _analysis.totalDistance because the initial analysis does not compute totalDistanceWithoutGaps for tracks with multiple segments during this initialization.
_analysis.totalDistanceWithoutGaps = _analysis.totalDistance;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it needs to be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Total track statistic in folder footer
2 participants