Skip to content

Commit

Permalink
#46 and one more non FX UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
patschuh committed Jun 10, 2024
1 parent bb03ed3 commit ae96ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/esque/kafka/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ private void getTopicsForCluster() {
try {
stopWatch.start();
LOGGER.info("Started getting topics for cluster");
backGroundTaskHolder.setIsInProgress(true);
Platform.runLater(() -> backGroundTaskHolder.setIsInProgress(true));
Set<String> topics = adminClient.getTopics();
Platform.runLater(() -> topicListView.setItems(topics));
} catch (Exception e) {
Expand Down

0 comments on commit ae96ddf

Please sign in to comment.