diff --git a/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java b/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java index 61af45a92..505ef7a83 100644 --- a/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java +++ b/src/main/java/org/cryptomator/ui/eventview/EventListCellFactory.java @@ -13,6 +13,7 @@ import javafx.util.Callback; import java.io.IOException; import java.io.UncheckedIOException; +@EventViewScoped public class EventListCellFactory implements Callback, ListCell> { private static final String FXML_PATH = "/fxml/eventview_cell.fxml";