Skip to content

Commit

Permalink
Merge pull request #16545 from iterate-ch/feature/DEEP-11-chunk
Browse files Browse the repository at this point in the history
Add missing chunk.
  • Loading branch information
ylangisc authored Nov 15, 2024
2 parents e237c51 + 7e646dc commit aafc894
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ public AttributedList<Path> list(final Path directory, final ListProgressListene
final Path shared = new Path(directory, containerService.getPinnedLocalization(SHARED), EnumSet.of(Path.Type.directory, Path.Type.volume));
if(!new SharedWithMeListService(companyId).list(shared, listener).isEmpty()) {
list.add(shared);
listener.chunk(directory, list);
}
return list;
}
Expand Down

0 comments on commit aafc894

Please sign in to comment.