Skip to content

Commit

Permalink
Update TrackFolderAnalysis.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored May 21, 2024
1 parent 1f1a320 commit a3cc05d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ private void prepareInformation(@NonNull TracksGroup folder) {
diffElevationDown += analysis.getDiffElevationDown();

File file = trackItem.getFile();
if (file != null && file.exists()) {
//if (file != null && file.exists()) {
if (file != null) {
fileSize += file.length();
}
if (analysis.isTimeSpecified()) {
Expand Down

0 comments on commit a3cc05d

Please sign in to comment.