Skip to content

Commit

Permalink
Add missing chunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylangisc committed Nov 15, 2024
1 parent e237c51 commit 7e646dc
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 7e646dc

Please sign in to comment.