Skip to content

Commit

Permalink
Update TrackFolderLoaderTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored Mar 2, 2024
1 parent 7919be5 commit 8cb838f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected Void doInBackground(Void... voids) {

folder.clearData();
List<TrackItem> progress = new ArrayList<>();
loadGPXFolder(folder, null, progress, true);
loadGPXFolder(folder, null, progress, smartFolderHelper.areSmartFoldersPresent());
if (!progress.isEmpty()) {
publishProgress(progress.toArray(new TrackItem[0]));
}
Expand Down Expand Up @@ -151,4 +151,4 @@ default void tracksLoaded(@NonNull TrackFolder folder) {
@UiThread
void loadTracksFinished(@NonNull TrackFolder folder);
}
}
}

0 comments on commit 8cb838f

Please sign in to comment.