Skip to content

Commit

Permalink
Update TracksSelectionFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora authored May 26, 2024
1 parent c67af2a commit e6d9795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void setRootFolder(@NonNull TracksGroup rootFolder) {
itemsSelectionHelper.setAllItems(rootFolder.getTrackItems());
if (rootFolder instanceof TrackFolder) {
groupsSelectionHelper.setAllItems(((TrackFolder) rootFolder).getSubFolders());
itemsSelectionHelper.setAllItems(rootFolder.getFlattenedTrackItems());
itemsSelectionHelper.setAllItems((TrackFolder) rootFolder).getFlattenedTrackItems());
}
if (!Algorithms.isEmpty(preselectedTrackItems)) {
itemsSelectionHelper.setSelectedItems(preselectedTrackItems);
Expand Down

0 comments on commit e6d9795

Please sign in to comment.