Skip to content

Commit

Permalink
Startup animation shortend because of fixes for collections framework
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale committed Nov 19, 2023
1 parent b87acf7 commit 457ae99
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ protected MediaFile call() throws Exception {
objectInputStream.close();
cacheList.addAll(e2);
Platform.runLater(() -> {
factory.setListFilesActive(false);
factory.setListFilesActive(false);
fullMediaList.addAll(cacheList);
mainController.getProgressPane().setVisible(false);
mainController.getStatusLabelLeft().setVisible(false);
mainController.getStatusLabelRight().setVisible(false);
});
} catch (IOException | ClassNotFoundException ex) {
}
Expand Down

0 comments on commit 457ae99

Please sign in to comment.